diff -r e133fcf7bd29 -r 810c994db0b5 ListView.st --- a/ListView.st Mon Mar 17 17:41:20 2003 +0100 +++ b/ListView.st Wed Mar 19 12:21:14 2003 +0100 @@ -617,7 +617,7 @@ characterAtCharacterPosition:charPos "return the character at a 1-based character position. Return a space character if nothing is there - (i.e. behond the end of the line or below the last line)" + (i.e. beyond the end of the line or below the last line)" |line col| @@ -631,7 +631,7 @@ "return the character at physical line/col. The lineNr and colNr arguments start at 1, for the top-left cgaracter. Return a space character if nothing is there - (i.e. behond the end of the line or below the last line)" + (i.e. beyond the end of the line or below the last line)" |line| @@ -1096,7 +1096,7 @@ including col2. The lineNr and colNr arguments start at 1, for the top-left character. Fills the string with space characters at the right. - (i.e. behond the end of the line or below the last line)" + (i.e. beyond the end of the line or below the last line)" |line len s| @@ -4460,5 +4460,5 @@ !ListView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.279 2003-02-20 13:52:09 penk Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.280 2003-03-19 11:21:14 cg Exp $' ! !