aboutsummaryrefslogtreecommitdiff
path: root/src/nix/nix.md
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/nix/nix.md
parent4bf6af7b555033de5c1d6851edb60a91940d43c3 (diff)
fix spelling mistakes reported by Debian's lintian tool
Diffstat (limited to 'src/nix/nix.md')
-rw-r--r--src/nix/nix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/nix.md b/src/nix/nix.md
index 2f54c5e2c..1dc59362d 100644
--- a/src/nix/nix.md
+++ b/src/nix/nix.md
@@ -76,7 +76,7 @@ the Nix store. Here are the recognised types of installables:
Note that the search will only include files indexed by git. In particular, files
which are matched by `.gitignore` or have never been `git add`-ed will not be
- available in the flake. If this is undesireable, specify `path:<directory>` explicitly;
+ available in the flake. If this is undesirable, specify `path:<directory>` explicitly;
For example, if `/foo/bar` is a git repository with the following structure:
```