changeset 278:ff8070672e37

fixed name typo
author thomask
date Sat, 12 Feb 2005 00:36:18 +0000
parents 56edddab1384
children f8307bca5f97
files run/module_01.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run/module_01.d	Wed Feb 09 08:08:29 2005 +0000
+++ b/run/module_01.d	Sat Feb 12 00:36:18 2005 +0000
@@ -11,7 +11,7 @@
 
 int main(){
 	assert(dstress.run.module_01.i==0);
-	stress.run.module_01.i++;
+	dstress.run.module_01.i++;
 	assert(dstress.run.module_01.i==1);
 	return 0;
 }