about summary refs log tree commit diff stats
path: root/src/log.c
diff options
context:
space:
mode:
authorDaniel Santos <dacs.git@brilhante.top>2023-04-02 11:27:10 +0100
committerDaniel Santos <dacs.git@brilhante.top>2023-04-03 13:25:25 +0100
commitc7f05c9ebf69921cab8ff6f902938982c517d1b9 (patch)
tree539900206b450ff5b8369fd1ded11979fb88d6a3 /src/log.c
parentf2c83fa8ceea29e295509c8b964f1e9ccda2f0e4 (diff)
downloadprofani-tty-c7f05c9ebf69921cab8ff6f902938982c517d1b9.tar.gz
Fix typos and update codespell configuration
 * Fix typos.
 * Add words that are not typos to codespell's ignore words list and
 ignore regex.
 * Make codespell ignore URIs.
 * Make `make doublecheck` throw no error.

Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c2
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)
 {