From 06986b774427ce82078fdfe6ba1b595183fc4926 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 30 Jul 2007 13:36:09 +0000 Subject: (svn r10736) -Fix: Correct all mispellings of 'successful'. --- src/os2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os2.cpp') diff --git a/src/os2.cpp b/src/os2.cpp index 9b08e9514..7f2626587 100644 --- a/src/os2.cpp +++ b/src/os2.cpp @@ -173,7 +173,7 @@ int CDECL main(int argc, char* argv[]) * and append this up to the maximum length (either absolute or screenlength). If maxlength * is zero, we don't care about the screenlength but only about the physical length of the string * @param tb Textbuf type to be changed - * @return Return true on successfull change of Textbuf, or false otherwise + * @return Return true on successful change of Textbuf, or false otherwise */ bool InsertTextBufferClipboard(Textbuf *tb) { -- cgit v1.2.3-54-g00ecf