about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt2024-07-26 00:46:49 +0200
committerPeder Bergebakken Sundt2024-07-26 00:55:13 +0200
commit99dec1f6b06290f64a8d1711c41e5e13653a14c7 (patch)
treec4a599d34bb7ab47519d5cf46561a80cdfc9665f /lib
parentb7aed13df5ea800264d72cb76b9db5031afc322f (diff)
treewide: fix doc typos
Done with `fd \\\.md$ . --type f -x typos --write-changes`
Diffstat (limited to 'lib')
-rw-r--r--lib/fileset/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileset/README.md b/lib/fileset/README.md
index 93e0199c32a4..646de07e669a 100644
--- a/lib/fileset/README.md
+++ b/lib/fileset/README.md
@@ -236,7 +236,7 @@ File sets cannot add single files to the store, they can only import files under
 Arguments:
 - (+) There's no point in using this library for a single file, since you can't do anything other than add it to the store or not.
   And it would be unclear how the library should behave if the one file wouldn't be added to the store:
-  `toSource { root = ./file.nix; fileset = <empty>; }` has no reasonable result because returing an empty store path wouldn't match the file type, and there's no way to have an empty file store path, whatever that would mean.
+  `toSource { root = ./file.nix; fileset = <empty>; }` has no reasonable result because returning an empty store path wouldn't match the file type, and there's no way to have an empty file store path, whatever that would mean.
 
 ### `fileFilter` takes a path