aboutsummaryrefslogtreecommitdiff
path: root/src/nix
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
parent4bf6af7b555033de5c1d6851edb60a91940d43c3 (diff)
fix spelling mistakes reported by Debian's lintian tool
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/develop.md2
-rw-r--r--src/nix/nix.md2
-rw-r--r--src/nix/realisation/info.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/nix/develop.md b/src/nix/develop.md
index 1f214966a..3e7e339d5 100644
--- a/src/nix/develop.md
+++ b/src/nix/develop.md
@@ -55,7 +55,7 @@ R""(
# nix develop /tmp/my-build-env
```
-* Replace all occurences of the store path corresponding to
+* Replace all occurrences of the store path corresponding to
`glibc.dev` with a writable directory:
```console
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:
```
diff --git a/src/nix/realisation/info.md b/src/nix/realisation/info.md
index 852240f44..8aa986516 100644
--- a/src/nix/realisation/info.md
+++ b/src/nix/realisation/info.md
@@ -1,7 +1,7 @@
R"MdBoundary(
# Description
-Display some informations about the given realisation
+Display some information about the given realisation
# Examples