aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
authorThomas Koch <thomas@koch.ro>2022-01-30 10:51:39 +0200
committerThomas Koch <thomas@koch.ro>2022-01-30 10:51:39 +0200
commit85b1427662979c6f4fe765839ff7a742216f70f9 (patch)
tree5315cd0435b1425c20c80c91582fbd72aa74d4e5 /src/libstore
parent4bf6af7b555033de5c1d6851edb60a91940d43c3 (diff)
fix spelling mistakes reported by Debian's lintian tool
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/globals.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index f65893b10..893c95bd6 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -970,7 +970,7 @@ public:
Setting<std::string> commitLockFileSummary{
this, "", "commit-lockfile-summary",
R"(
- The commit summary to use when commiting changed flake lock files. If
+ The commit summary to use when committing changed flake lock files. If
empty, the summary is generated based on the action performed.
)"};
};