UnixOperatingSystem.st
changeset 11011 d4cb69e190fb
parent 10983 d62606dafb37
child 11046 3df8eb754bc0
--- a/UnixOperatingSystem.st	Fri May 09 21:54:56 2008 +0200
+++ b/UnixOperatingSystem.st	Fri May 09 21:56:10 2008 +0200
@@ -6574,7 +6574,7 @@
         hostName := hostName copyTo:(idx-1).
     ].
     shouldCacheHostName ifTrue:[
-        "only cache, if hostname fetching is expensive, otherwise we want to see a changes hostname"
+        "only cache, if hostname fetching is expensive, otherwise we want to see a changed hostname"
         HostName := hostName.
     ].
     ^ hostName
@@ -12649,7 +12649,7 @@
 !UnixOperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.247 2008-04-29 17:42:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UnixOperatingSystem.st,v 1.248 2008-05-09 19:56:10 stefan Exp $'
 ! !
 
 UnixOperatingSystem initialize!