VT100TerminalView.st
changeset 4270 d109ce8a73a8
parent 4269 edb108492a92
child 4271 7b394cc48096
--- a/VT100TerminalView.st	Tue Jul 09 11:32:30 2013 +0200
+++ b/VT100TerminalView.st	Tue Jul 09 15:54:12 2013 +0200
@@ -537,7 +537,7 @@
         ^ self.
     ].
     aSymbol == #unknown ifTrue:[
-        ('VT100TerminalView [info]: unknown character %1 ins state %2'
+        ('VT100TerminalView [info]: unknown character %1 in state %2'
             bindWith:(char codePoint hexPrintString)
             with:state) infoPrintCR.
         self doNothing.
@@ -689,7 +689,7 @@
         ]
 
     ].
-    ('VT100TerminalView [info]: unknown character %1 ins state %2'
+    ('VT100TerminalView [info]: unknown character %1 in state %2'
         bindWith:(char codePoint hexPrintString)
         with:state) infoPrintCR.
     ^ #unknown
@@ -1022,6 +1022,6 @@
 !VT100TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.46 2013-07-09 09:32:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.47 2013-07-09 13:54:12 cg Exp $'
 ! !