aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/logging.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r--src/libutil/logging.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh
index 7b7f69833..64be8bc62 100644
--- a/src/libutil/logging.hh
+++ b/src/libutil/logging.hh
@@ -41,7 +41,7 @@ struct LoggerSettings : Config
Setting<bool> showTrace{
this, false, "show-trace",
R"(
- Whether Nix should print out a stack trace in case of Nix
+ Whether Lix should print out a stack trace in case of Nix
expression evaluation errors.
)"};
};