diff options
author | Peter Powell <petpow@saberuk.com> | 2015-07-08 10:55:44 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-07-08 11:06:02 +0100 |
commit | 1666b1a8d8d629fd4ea89b083863dc217154eee9 (patch) | |
tree | b1e38d447c34fee25229945c2dd160b56683d026 /include/lists.h | |
parent | 4362f53cc38177039d6f6b86565e73800e7b5390 (diff) |
Fix a ton of typos.
Diffstat (limited to 'include/lists.h')
-rw-r--r-- | include/lists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lists.h b/include/lists.h index 980f8b533..cb8e0cb64 100644 --- a/include/lists.h +++ b/include/lists.h @@ -52,7 +52,7 @@ class CoreExport NumberList virtual void HandleNumber(unsigned number); /** Called when there is an error with the numbered list - * Return false to immediatly stop processing the list and return + * Return false to immediately stop processing the list and return * This is all done before we start calling HandleNumber, so no numbers will have been processed yet * @param list The list * @return false to stop processing |