diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-06-17 10:02:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 15:02:30 +0100 |
commit | fd88b756fc20dedea15a8a08c21e8f7af6612e4e (patch) | |
tree | 81faaface4f605d329848b0c9b7dae8c7dad5b7f /include/logger.h | |
parent | 8d1bc95faf095984dcc39b4c51de5bc5051b9a12 (diff) |
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
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, |