about summary refs log tree commit diff
path: root/nixos/lib/make-iso9660-image.nix
diff options
context:
space:
mode:
authorChuck <chuck@intelligence.org>2019-10-18 11:54:54 -0700
committerChuck <chuck@intelligence.org>2019-10-18 11:58:28 -0700
commitac65940537f364cc95508d055955a7c030e31b55 (patch)
tree57eac7683bd27436b3113bfbefb2e387a848d363 /nixos/lib/make-iso9660-image.nix
parent4623f0a2c641673af19f6cfcdc8627ecf4727db1 (diff)
nixos/make-iso9660-image: Fix doc typo
Diffstat (limited to 'nixos/lib/make-iso9660-image.nix')
-rw-r--r--nixos/lib/make-iso9660-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/make-iso9660-image.nix b/nixos/lib/make-iso9660-image.nix
index 2c3026875c0e6..0f3f2b5b5234d 100644
--- a/nixos/lib/make-iso9660-image.nix
+++ b/nixos/lib/make-iso9660-image.nix
@@ -12,7 +12,7 @@
 , # In addition to `contents', the closure of the store paths listed
   # in `storeContents' are also placed in the Nix store of the CD.
   # This is a list of attribute sets {object, symlink} where `object'
-  # if a store path whose closure will be copied, and `symlink' is a
+  # is a store path whose closure will be copied, and `symlink' is a
   # symlink to `object' that will be added to the CD.
   storeContents ? []