1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 07:33:16 +02:00

fix spelling mistakes reported by Debian's lintian tool

This commit is contained in:
Thomas Koch 2022-01-30 10:51:39 +02:00
parent 4bf6af7b55
commit 85b1427662
5 changed files with 6 additions and 6 deletions

View file

@ -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.
)"};
};