summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/graphite.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-05 00:54:03 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-05 01:03:50 +0100
commita133ef9a0c866479d1b420549d4ce633e7b6f337 (patch)
treeec8fe2e739056a6d53f53300e935d41625817769 /nixos/modules/services/monitoring/graphite.nix
parentfb5f7dd953328eb55795a1bdda60f1d8d558909a (diff)
downloadnixpkgs-a133ef9a0c866479d1b420549d4ce633e7b6f337.tar
nixpkgs-a133ef9a0c866479d1b420549d4ce633e7b6f337.tar.gz
nixpkgs-a133ef9a0c866479d1b420549d4ce633e7b6f337.tar.bz2
nixpkgs-a133ef9a0c866479d1b420549d4ce633e7b6f337.tar.lz
nixpkgs-a133ef9a0c866479d1b420549d4ce633e7b6f337.tar.xz
nixpkgs-a133ef9a0c866479d1b420549d4ce633e7b6f337.tar.zst
nixpkgs-a133ef9a0c866479d1b420549d4ce633e7b6f337.zip
liferea, graphite service: fix typo (agregator -> aggregator)
Diffstat (limited to 'nixos/modules/services/monitoring/graphite.nix')
-rw-r--r--nixos/modules/services/monitoring/graphite.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/graphite.nix b/nixos/modules/services/monitoring/graphite.nix
index 57abb959fdb..ce8e572cc99 100644
--- a/nixos/modules/services/monitoring/graphite.nix
+++ b/nixos/modules/services/monitoring/graphite.nix
@@ -256,13 +256,13 @@ in {
       };
 
       enableAggregator = mkOption {
-        description = "Whether to enable carbon agregator, the carbon buffering service.";
+        description = "Whether to enable carbon aggregator, the carbon buffering service.";
         default = false;
         type = types.bool;
       };
 
       aggregationRules = mkOption {
-        description = "Defines if and how received metrics will be agregated.";
+        description = "Defines if and how received metrics will be aggregated.";
         default = null;
         type = types.uniq (types.nullOr types.string);
         example = ''