about summary refs log tree commit diff
path: root/modules/services/monitoring
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/services/monitoring
parent3b3dc83902a0d1c7735f112a8bd97bd5adaf8efb (diff)
downloadnixlib-390fdb3e604108658259175980187606eae796c1.tar
nixlib-390fdb3e604108658259175980187606eae796c1.tar.gz
nixlib-390fdb3e604108658259175980187606eae796c1.tar.bz2
nixlib-390fdb3e604108658259175980187606eae796c1.tar.lz
nixlib-390fdb3e604108658259175980187606eae796c1.tar.xz
nixlib-390fdb3e604108658259175980187606eae796c1.tar.zst
nixlib-390fdb3e604108658259175980187606eae796c1.zip
Fix typos, especially those that end up in the NixOS manual
Diffstat (limited to 'modules/services/monitoring')
-rw-r--r--modules/services/monitoring/ups.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/monitoring/ups.nix b/modules/services/monitoring/ups.nix
index eedd69ac1918..a7b72e53f0a4 100644
--- a/modules/services/monitoring/ups.nix
+++ b/modules/services/monitoring/ups.nix
@@ -25,7 +25,7 @@ let
       port = mkOption {
         type = types.uniq types.string;
         description = ''
-          The serial port where your UPS is connected.  /dev/ttyS0 is
+          The serial port to which your UPS is connected.  /dev/ttyS0 is
           usually the first port on Linux boxes, for example.
         '';
       };