summary refs log tree commit diff
path: root/nixos/lib
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
parent4623f0a2c641673af19f6cfcdc8627ecf4727db1 (diff)
downloadnixpkgs-ac65940537f364cc95508d055955a7c030e31b55.tar
nixpkgs-ac65940537f364cc95508d055955a7c030e31b55.tar.gz
nixpkgs-ac65940537f364cc95508d055955a7c030e31b55.tar.bz2
nixpkgs-ac65940537f364cc95508d055955a7c030e31b55.tar.lz
nixpkgs-ac65940537f364cc95508d055955a7c030e31b55.tar.xz
nixpkgs-ac65940537f364cc95508d055955a7c030e31b55.tar.zst
nixpkgs-ac65940537f364cc95508d055955a7c030e31b55.zip
nixos/make-iso9660-image: Fix doc typo
Diffstat (limited to 'nixos/lib')
-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 2c3026875c0..0f3f2b5b523 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 ? []