#OTHER by mawalch
authormawalch
Thu, 15 Jun 2017 01:49:44 +0200
changeset 21809 3e17f1fff7f3
parent 21808 c4d803e77a10
child 21810 b66021c7e3b1
#OTHER by mawalch class: Expecco::DetachFloatingLicenseDialog changed: #tryInstallLicenseForceCheckOnly: Spelling fixes.
UndefinedObject.st
--- a/UndefinedObject.st	Thu Jun 15 01:49:42 2017 +0200
+++ b/UndefinedObject.st	Thu Jun 15 01:49:44 2017 +0200
@@ -656,12 +656,13 @@
 
 isEmptyOrNil
     "return true if I am nil or an empty collection
-     - since I am nil, return true. (from Sqeak)"
+     - since I am nil, return true. (from Squeak)"
 
     ^ true
 
     "Created: / 13-11-2001 / 13:16:40 / cg"
     "Modified (comment): / 17-08-2011 / 09:29:30 / cg"
+    "Modified (comment): / 15-06-2017 / 01:46:00 / mawalch"
 !
 
 isLiteral