class: DebugView
authorClaus Gittinger <cg@exept.de>
Sat, 27 Jul 2013 15:56:57 +0200
changeset 13226 255f2f3a04f5
parent 13225 efbc399a9a53
child 13227 f5d9f0250011
class: DebugView comment/format in: #isCached wether -> whether (lookup what wether is ;-)
DebugView.st
--- a/DebugView.st	Fri Jul 26 17:10:27 2013 +0200
+++ b/DebugView.st	Sat Jul 27 15:56:57 2013 +0200
@@ -6333,7 +6333,7 @@
 !
 
 isCached
-    "tell wether we are a cached debugger"
+    "tell whether we are a cached debugger"
 
     CachedExclusive == self ifTrue:[
         ^ true.
@@ -6344,7 +6344,8 @@
 
     ^ false.
 
-    "Created: 10.7.1997 / 15:22:43 / stefan"
+    "Created: / 10-07-1997 / 15:22:43 / stefan"
+    "Modified (comment): / 27-07-2013 / 15:38:47 / cg"
 !
 
 uncacheMyself
@@ -8563,15 +8564,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.603 2013-07-24 10:28:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.604 2013-07-27 13:56:57 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.603 2013-07-24 10:28:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.604 2013-07-27 13:56:57 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.603 2013-07-24 10:28:52 cg Exp $'
+    ^ '$Id: DebugView.st,v 1.604 2013-07-27 13:56:57 cg Exp $'
 ! !