ClassDescription.st
changeset 15564 a7886abbf6c4
parent 15555 04b3614c5930
child 15707 e7969f73693d
child 18079 7b5afc0ad3d5
--- a/ClassDescription.st	Sat Jul 27 15:52:45 2013 +0200
+++ b/ClassDescription.st	Sat Jul 27 15:53:30 2013 +0200
@@ -363,7 +363,7 @@
 !
 
 fileOutNameSpaceQuerySignal
-    "return the signal used as an upQuery wether the current
+    "return the signal used as an upQuery whether the current
      namespace should be prepended on fileOut."
 
     ^ FileOutNameSpaceQuerySignal
@@ -372,8 +372,9 @@
      Transcript showCR:Class fileOutNameSpaceQuerySignal raise
     "
 
-    "Modified: 5.11.1996 / 20:08:38 / cg"
-    "Created: 2.4.1997 / 17:28:41 / stefan"
+    "Modified: / 05-11-1996 / 20:08:38 / cg"
+    "Created: / 02-04-1997 / 17:28:41 / stefan"
+    "Modified (comment): / 27-07-2013 / 15:35:32 / cg"
 !
 
 forceNoNameSpaceQuerySignal
@@ -4297,11 +4298,11 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.243 2013-07-25 14:14:10 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.244 2013-07-27 13:53:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.243 2013-07-25 14:14:10 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.244 2013-07-27 13:53:30 cg Exp $'
 ! !