summaryrefslogtreecommitdiff
path: root/src/win32.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
commit06986b774427ce82078fdfe6ba1b595183fc4926 (patch)
treeec204847663a86b810b56ed51a1ed3668a5a2cb1 /src/win32.cpp
parent92061aba4ea4cb190ae94d98a2ecc1df52f90d45 (diff)
downloadopenttd-06986b774427ce82078fdfe6ba1b595183fc4926.tar.xz
(svn r10736) -Fix: Correct all mispellings of 'successful'.
Diffstat (limited to 'src/win32.cpp')
-rw-r--r--src/win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32.cpp b/src/win32.cpp
index 7848a49fc..bcc1fda43 100644
--- a/src/win32.cpp
+++ b/src/win32.cpp
@@ -1016,7 +1016,7 @@ void DetermineBasePaths(const char *exe)
* 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 true on successfull change of Textbuf, or false otherwise
+ * @return true on successful change of Textbuf, or false otherwise
*/
bool InsertTextBufferClipboard(Textbuf *tb)
{