summaryrefslogtreecommitdiff
path: root/src/os2.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-07-30 13:36:09 +0000
committerpeter1138 <peter1138@openttd.org>2007-07-30 13:36:09 +0000
commit61f94c2d5e2209b53259f6752b6e61ec6ed8f224 (patch)
treeec204847663a86b810b56ed51a1ed3668a5a2cb1 /src/os2.cpp
parent9b9bca40b94fe7e44887004d28efc6b175005e1d (diff)
downloadopenttd-61f94c2d5e2209b53259f6752b6e61ec6ed8f224.tar.xz
(svn r10736) -Fix: Correct all mispellings of 'successful'.
Diffstat (limited to 'src/os2.cpp')
-rw-r--r--src/os2.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{