diff options
author | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-08-01 18:53:24 +0100 |
commit | 561b205c4a3a125c12a7926ef18fa1eb822c387c (patch) | |
tree | c763ddefe765e23ec0ff189e24d55f634b52b954 /include/logger.h | |
parent | 376053e0acae2a37a8f5c77c8de25ebf8a8395a9 (diff) | |
parent | 91321bdf682eb5b512373bb56c722f943cbc8183 (diff) |
Merge branch '2.0' into 2.1.
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, |