summary refs log tree commit diff
path: root/nixos/modules/tasks/cpu-freq.nix
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-04-21 21:56:21 +0200
committerLuflosi <luflosi@luflosi.de>2021-04-21 22:03:18 +0200
commite205a4800fda0a61b50946d351d4ae635fa0fb75 (patch)
treee8442c0bb9f1a8355e6a8d55e4abfe2343f47733 /nixos/modules/tasks/cpu-freq.nix
parent52b2fec43ba8d39c003627fe5f7fa59195bd40f2 (diff)
downloadnixpkgs-e205a4800fda0a61b50946d351d4ae635fa0fb75.tar
nixpkgs-e205a4800fda0a61b50946d351d4ae635fa0fb75.tar.gz
nixpkgs-e205a4800fda0a61b50946d351d4ae635fa0fb75.tar.bz2
nixpkgs-e205a4800fda0a61b50946d351d4ae635fa0fb75.tar.lz
nixpkgs-e205a4800fda0a61b50946d351d4ae635fa0fb75.tar.xz
nixpkgs-e205a4800fda0a61b50946d351d4ae635fa0fb75.tar.zst
nixpkgs-e205a4800fda0a61b50946d351d4ae635fa0fb75.zip
nixos/cpu-freq: fix typo in description
This typo was introduced when the option was first added in 2011, almost 10 years ago (ae82e7b048e8ef1f402e0e9cfbaf3b1d04bf8052).
Diffstat (limited to 'nixos/modules/tasks/cpu-freq.nix')
-rw-r--r--nixos/modules/tasks/cpu-freq.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/cpu-freq.nix b/nixos/modules/tasks/cpu-freq.nix
index 513382936e4..f1219c07c50 100644
--- a/nixos/modules/tasks/cpu-freq.nix
+++ b/nixos/modules/tasks/cpu-freq.nix
@@ -19,7 +19,7 @@ in
       default = null;
       example = "ondemand";
       description = ''
-        Configure the governor used to regulate the frequence of the
+        Configure the governor used to regulate the frequency of the
         available CPUs. By default, the kernel configures the
         performance governor, although this may be overwritten in your
         hardware-configuration.nix file.