diff options
Diffstat (limited to 'include/logger.h')
-rw-r--r-- | include/logger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/logger.h b/include/logger.h index 41f715eb3..51868d917 100644 --- a/include/logger.h +++ b/include/logger.h @@ -17,9 +17,9 @@ enum LogType { - /* Used whenever an administrator uses an administrative comand */ + /* Used whenever an administrator uses an administrative command */ LOG_ADMIN, - /* Used whenever an administrator overides something, such as adding + /* Used whenever an administrator overrides something, such as adding * access to a channel where they don't have permission to. */ LOG_OVERRIDE, |