comments
authorStefan Vogel <sv@exept.de>
Fri, 24 Mar 2006 10:30:27 +0100
changeset 3291 ec6a99aad5e8
parent 3290 963d2fe6530d
child 3292 bbd4dd695f8f
comments
CodeView.st
--- a/CodeView.st	Mon Mar 20 09:54:15 2006 +0100
+++ b/CodeView.st	Fri Mar 24 10:30:27 2006 +0100
@@ -110,9 +110,9 @@
 
     "/ make Jan's enhancement dependent on
     "/ the st80EditMode-flag setting - to avoid confusing
-    "/ those who are used to the old nehavior.
+    "/ those who are used to the old behavior.
     "/ for Jan: 
-    "/     st80EditMode is confgured in the settings-Editor dialog
+    "/     st80EditMode is configured in the settings-Editor dialog
     "/ and saved/restored with the userPreferences.
 
     (self st80EditMode not
@@ -320,5 +320,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.57 2006-02-01 13:26:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.58 2006-03-24 09:30:27 stefan Exp $'
 ! !