about summary refs log tree commit diff
path: root/nixos/modules/services/hardware
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 12:54:43 +0000
committerGitHub <noreply@github.com>2017-12-24 12:54:43 +0000
commitb792b3ca614ebccf1f92b686e57999ecbb2f2775 (patch)
tree4eb1422c1ac901561dc1359c38b64179d5005680 /nixos/modules/services/hardware
parent820f7a90a7440c2f4a67cec1b62134c1ff2cadb2 (diff)
downloadnixlib-b792b3ca614ebccf1f92b686e57999ecbb2f2775.tar
nixlib-b792b3ca614ebccf1f92b686e57999ecbb2f2775.tar.gz
nixlib-b792b3ca614ebccf1f92b686e57999ecbb2f2775.tar.bz2
nixlib-b792b3ca614ebccf1f92b686e57999ecbb2f2775.tar.lz
nixlib-b792b3ca614ebccf1f92b686e57999ecbb2f2775.tar.xz
nixlib-b792b3ca614ebccf1f92b686e57999ecbb2f2775.tar.zst
nixlib-b792b3ca614ebccf1f92b686e57999ecbb2f2775.zip
thinkfan: proper case in IBM, Lenovo, ThinkPad
Diffstat (limited to 'nixos/modules/services/hardware')
-rw-r--r--nixos/modules/services/hardware/thinkfan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/thinkfan.nix b/nixos/modules/services/hardware/thinkfan.nix
index 018e82e58a3d..5a898631e090 100644
--- a/nixos/modules/services/hardware/thinkfan.nix
+++ b/nixos/modules/services/hardware/thinkfan.nix
@@ -55,7 +55,7 @@ in {
       enable = mkOption {
         default = false;
         description = ''
-          Whether to enable thinkfan, fan controller for ibm/lenovo thinkpads.
+          Whether to enable thinkfan, fan controller for IBM/Lenovo ThinkPads.
         '';
       };