summary refs log tree commit diff
path: root/modules/system/boot/systemd-unit-options.nix
diff options
context:
space:
mode:
authorIvan Kozik <ivan@ludios.org>2013-08-10 21:07:13 +0000
committerIvan Kozik <ivan@ludios.org>2013-08-10 21:07:13 +0000
commit390fdb3e604108658259175980187606eae796c1 (patch)
tree78d87fd9149c4558219ec192ae96246d4c58a7fb /modules/system/boot/systemd-unit-options.nix
parent3b3dc83902a0d1c7735f112a8bd97bd5adaf8efb (diff)
downloadnixpkgs-390fdb3e604108658259175980187606eae796c1.tar
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.gz
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.bz2
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.lz
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.xz
nixpkgs-390fdb3e604108658259175980187606eae796c1.tar.zst
nixpkgs-390fdb3e604108658259175980187606eae796c1.zip
Fix typos, especially those that end up in the NixOS manual
Diffstat (limited to 'modules/system/boot/systemd-unit-options.nix')
-rw-r--r--modules/system/boot/systemd-unit-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/boot/systemd-unit-options.nix b/modules/system/boot/systemd-unit-options.nix
index f863daf2250..fd4d19d1dd0 100644
--- a/modules/system/boot/systemd-unit-options.nix
+++ b/modules/system/boot/systemd-unit-options.nix
@@ -118,7 +118,7 @@ rec {
       default = {};
       type = types.attrs;
       example = { PATH = "/foo/bar/bin"; LANG = "nl_NL.UTF-8"; };
-      description = "Environment variables passed to the services's processes.";
+      description = "Environment variables passed to the service's processes.";
     };
 
     path = mkOption {