class: Smalltalk
authorClaus Gittinger <cg@exept.de>
Sat, 27 Jul 2013 15:54:13 +0200
changeset 15565 3dae2c24b592
parent 15564 a7886abbf6c4
child 15566 cb2cde24d657
class: Smalltalk comment/format in: #isSmalltalkDevelopmentSystem wether -> whether (lookup what wether is ;-)
Smalltalk.st
--- a/Smalltalk.st	Sat Jul 27 15:53:30 2013 +0200
+++ b/Smalltalk.st	Sat Jul 27 15:54:13 2013 +0200
@@ -4475,7 +4475,7 @@
      i.e. NOT a stripped or a linked application (such as the webServer)
      and NOT a plugIn (i.e. running in a browser)
      and NOT a sharedLibrary component (i.e. a dll in another app).
-     This is used to determine, wether debugging is possible or not."
+     This is used to determine, whether debugging is possible or not."
 
     self isPlugin ifTrue:[^ false].                     "/ I am a browser-plugin
     self isSharedLibraryComponent ifTrue:[^ false].     "/ I am a COM-ponent
@@ -4488,6 +4488,7 @@
 
     "Created: / 10-08-2006 / 13:12:49 / cg"
     "Modified: / 06-12-2006 / 16:42:56 / cg"
+    "Modified (comment): / 27-07-2013 / 15:36:20 / cg"
 !
 
 isStandAloneApp
@@ -7914,11 +7915,11 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1030 2013-05-27 13:23:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1031 2013-07-27 13:54:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1030 2013-05-27 13:23:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1031 2013-07-27 13:54:13 cg Exp $'
 !
 
 version_SVN