aboutsummaryrefslogtreecommitdiff
path: root/gitstatus/src/options.h
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-08-10 10:32:33 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-08-10 10:32:33 +0300
commit2d9c1f271b67c2f4553d814b27eb79e5bf6c691e (patch)
treec39f02fa662f966e87caf987a95d4aa4ff1ca657 /gitstatus/src/options.h
parent717f9a1881c1bd179658951b8628f1b395c1cb11 (diff)
parent22cb2f79ddb89a368dd823e815fa1b0587ff1b6a (diff)
Merge commit '22cb2f79ddb89a368dd823e815fa1b0587ff1b6a'
Diffstat (limited to 'gitstatus/src/options.h')
-rw-r--r--gitstatus/src/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/src/options.h b/gitstatus/src/options.h
index fd561e11..bb373155 100644
--- a/gitstatus/src/options.h
+++ b/gitstatus/src/options.h
@@ -62,7 +62,7 @@ struct Options : Limits {
// If non-negative, send signal 0 to the specified PID when not receiving any requests for one
// second; exit if signal sending fails.
int parent_pid = -1;
- // Don't write entires to log whose log level is below this. Log levels in increasing order:
+ // Don't write entries to log whose log level is below this. Log levels in increasing order:
// DEBUG, INFO, WARN, ERROR, FATAL.
LogLevel log_level = INFO;
// Close git repositories that haven't been used for this long. This is meant to release resources