diff options
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 |