summaryrefslogtreecommitdiff
path: root/src/console.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/console.cpp
parent92061aba4ea4cb190ae94d98a2ecc1df52f90d45 (diff)
downloadopenttd-06986b774427ce82078fdfe6ba1b595183fc4926.tar.xz
(svn r10736) -Fix: Correct all mispellings of 'successful'.
Diffstat (limited to 'src/console.cpp')
-rw-r--r--src/console.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console.cpp b/src/console.cpp
index f487ff021..76c2562d8 100644
--- a/src/console.cpp
+++ b/src/console.cpp
@@ -463,7 +463,7 @@ void IConsoleError(const char *string)
/**
* Change a string into its number representation. Supports
* decimal and hexadecimal numbers as well as 'on'/'off' 'true'/'false'
- * @param *value the variable a successfull conversion will be put in
+ * @param *value the variable a successful conversion will be put in
* @param *arg the string to be converted
* @return Return true on success or false on failure
*/
@@ -517,7 +517,7 @@ static void IConsoleHookAdd(IConsoleHooks *hooks, IConsoleHookTypes type, IConso
* there is a function associated with that and if so, execute it
* @param hooks IConsoleHooks structure that will be checked
* @param type type of hook, trigger that needs to be activated
- * @return true on a successfull execution of the hook command or if there
+ * @return true on a successful execution of the hook command or if there
* is no hook/trigger present at all. False otherwise
*/
static bool IConsoleHookHandle(const IConsoleHooks *hooks, IConsoleHookTypes type)