MessageTracer.st
changeset 3393 943250332a24
parent 3347 9cd0b535463b
child 3397 2932425d1b5c
child 3465 3ab190fb9bb2
--- a/MessageTracer.st	Thu Aug 29 11:52:14 2013 +0200
+++ b/MessageTracer.st	Thu Aug 29 11:52:30 2013 +0200
@@ -2576,7 +2576,7 @@
     WrappedMethod autoload.     "/ just to make sure ...
 
     "
-     create a new (anonymous) subclass of the receivers class
+     create a new (anonymous) subclass of the receiver's class
      but only if not already being trapped.
     "
     orgClass := anObject class.
@@ -3349,7 +3349,7 @@
 !MessageTracer class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTracer.st,v 1.126 2013-07-13 20:36:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTracer.st,v 1.127 2013-08-29 09:52:30 cg Exp $'
 ! !