diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-04-03 17:13:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 17:13:00 +0200 |
commit | 2caae3ed9933cabb6e997631f02493bf08ce9b73 (patch) | |
tree | 539900206b450ff5b8369fd1ded11979fb88d6a3 /src/log.c | |
parent | f2c83fa8ceea29e295509c8b964f1e9ccda2f0e4 (diff) | |
parent | c7f05c9ebf69921cab8ff6f902938982c517d1b9 (diff) | |
download | profani-tty-2caae3ed9933cabb6e997631f02493bf08ce9b73.tar.gz |
Merge pull request #1807 from alexandre1985/fix/typos
Fix typos and add codespell configuration
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c index a1b7bb1d..f2537675 100644 --- a/src/log.c +++ b/src/log.c @@ -105,7 +105,7 @@ _rotate_log_file(void) log_info("Log has been rotated"); } -// abbreviation string is the prefix thats used in the log file +// abbreviation string is the prefix that's used in the log file static char* _log_abbreviation_string_from_level(log_level_t level) { |