about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2018-12-23 13:43:26 +0000
committerAlyssa Ross <hi@alyssa.is>2018-12-23 13:43:26 +0000
commit346c0460008cd415841718b37330ce62df33884f (patch)
treeb9170ed6c9a1f2c16fce61cede6f3624620e2bdd
parent5ac344a942cbd88627127100bc94df1609e45c23 (diff)
downloadnixlib-346c0460008cd415841718b37330ce62df33884f.tar
nixlib-346c0460008cd415841718b37330ce62df33884f.tar.gz
nixlib-346c0460008cd415841718b37330ce62df33884f.tar.bz2
nixlib-346c0460008cd415841718b37330ce62df33884f.tar.lz
nixlib-346c0460008cd415841718b37330ce62df33884f.tar.xz
nixlib-346c0460008cd415841718b37330ce62df33884f.tar.zst
nixlib-346c0460008cd415841718b37330ce62df33884f.zip
nixos/ids: fix typo in comment
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index d9ba2efa0c8a..5a3f6b199372 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -3,7 +3,7 @@
 
 # IMPORTANT!
 # We only add static uids and gids for services where it is not feasible
-# to change uids/gids on service start, in example a service with a lot of
+# to change uids/gids on service start, for example a service with a lot of
 # files. Please also check if the service is applicable for systemd's
 # DynamicUser option and does not need a uid/gid allocation at all.
 # Systemd can also change ownership of service directories using the