fix typo in prev version
authorStefan Vogel <sv@exept.de>
Fri, 18 Apr 2014 16:52:01 +0200
changeset 16374 6d37c2c45365
parent 16373 9b9827530bf4
child 16375 340f80bcd892
fix typo in prev version
Win32OperatingSystem.st
--- a/Win32OperatingSystem.st	Fri Apr 18 15:51:33 2014 +0200
+++ b/Win32OperatingSystem.st	Fri Apr 18 16:52:01 2014 +0200
@@ -815,7 +815,7 @@
     "initialize the class"
 
     "/ attention: must be ok to be called twice during startup.
-    Initialized isnNil ifTrue:[
+    Initialized isNil ifTrue:[
 	Initialized := true.
 	ObjectMemory addDependent:self.
 	HostName := nil.
@@ -17652,15 +17652,15 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.502 2014-04-18 13:04:59 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.503 2014-04-18 14:52:01 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.502 2014-04-18 13:04:59 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.503 2014-04-18 14:52:01 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: Win32OperatingSystem.st,v 1.502 2014-04-18 13:04:59 stefan Exp $'
+    ^ '$Id: Win32OperatingSystem.st,v 1.503 2014-04-18 14:52:01 stefan Exp $'
 
 ! !