diff options
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r-- | src/libutil/config.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh index fb433c607..8a4d24456 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -13,7 +13,7 @@ namespace nix { /** - * The Config class provides Nix runtime configurations. + * The Config class provides Lix runtime configurations. * * What is a Configuration? * A collection of uniquely named Settings. |