changeset 237:d1da3b19ce2b

fixed module name typo
author thomask
date Wed, 12 Jan 2005 15:24:26 +0000
parents f842e680b6fb
children 2bdcfe110943
files run/opIdentity_02.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run/opIdentity_02.d	Wed Jan 12 14:10:05 2005 +0000
+++ b/run/opIdentity_02.d	Wed Jan 12 15:24:26 2005 +0000
@@ -7,7 +7,7 @@
 // @uri@	news:pan.2005.01.12.13.20.54.546749@teqdruid.com
 // @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/2676
 
-module dstress.run.opIdentity_022;
+module dstress.run.opIdentity_02;
 
 interface I {
 	I parent();