summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/nagios.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-09-09 18:45:33 +0000
committerAlyssa Ross <hi@alyssa.is>2021-09-09 18:45:33 +0000
commitc9ce275aa4e7176d8e480e4b8bafe76f9c837162 (patch)
tree7d17fe7785bc41edaf56d6a3d797801a94dadb87 /nixos/modules/services/monitoring/nagios.nix
parent84412b6922c823517a52b34438b95ae64227c27b (diff)
downloadnixpkgs-c9ce275aa4e7176d8e480e4b8bafe76f9c837162.tar
nixpkgs-c9ce275aa4e7176d8e480e4b8bafe76f9c837162.tar.gz
nixpkgs-c9ce275aa4e7176d8e480e4b8bafe76f9c837162.tar.bz2
nixpkgs-c9ce275aa4e7176d8e480e4b8bafe76f9c837162.tar.lz
nixpkgs-c9ce275aa4e7176d8e480e4b8bafe76f9c837162.tar.xz
nixpkgs-c9ce275aa4e7176d8e480e4b8bafe76f9c837162.tar.zst
nixpkgs-c9ce275aa4e7176d8e480e4b8bafe76f9c837162.zip
treewide: "does not exists" -> "does not exist"
I noticed this minor grammar mistake when running update.nix, and then
while grepping to find the source I noticed we had it a few times in
Nixpkgs.  Just as easy to fix treewide as it was to fix the one
occurrence I noticed.
Diffstat (limited to 'nixos/modules/services/monitoring/nagios.nix')
-rw-r--r--nixos/modules/services/monitoring/nagios.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/nagios.nix b/nixos/modules/services/monitoring/nagios.nix
index 0afaefe04e1..280a9a001b5 100644
--- a/nixos/modules/services/monitoring/nagios.nix
+++ b/nixos/modules/services/monitoring/nagios.nix
@@ -41,7 +41,7 @@ let
     validated =  pkgs.runCommand "nagios-checked.cfg" {preferLocalBuild=true;} ''
       cp ${file} nagios.cfg
       # nagios checks the existence of /var/lib/nagios, but
-      # it does not exists in the build sandbox, so we fake it
+      # it does not exist in the build sandbox, so we fake it
       mkdir lib
       lib=$(readlink -f lib)
       sed -i s@=${nagiosState}@=$lib@ nagios.cfg