summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Levine <_@thomaslevine.com>2016-01-10 23:26:27 +0000
committerThomas Levine <_@thomaslevine.com>2016-01-11 04:12:04 +0000
commit2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699 (patch)
tree6d4ed52f8d050839214f12a58692a515693671f1
parent4e50af7e63388440554797e6e029040df052cc47 (diff)
downloadnixpkgs-2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699.tar
nixpkgs-2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699.tar.gz
nixpkgs-2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699.tar.bz2
nixpkgs-2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699.tar.lz
nixpkgs-2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699.tar.xz
nixpkgs-2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699.tar.zst
nixpkgs-2d6ebc9189ec0efc54ca97eae8a38f44c1bc9699.zip
trackpoint: fix typo in configuration description
I fixed a typo in the description for hardware.trackpoint.speed.
-rw-r--r--nixos/modules/tasks/trackpoint.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/trackpoint.nix b/nixos/modules/tasks/trackpoint.nix
index bd340869d69..32e69dd2bf5 100644
--- a/nixos/modules/tasks/trackpoint.nix
+++ b/nixos/modules/tasks/trackpoint.nix
@@ -32,7 +32,7 @@ with lib;
         example = 255;
         type = types.int;
         description = ''
-          Configure the trackpoint sensitivity. By default, the kernel
+          Configure the trackpoint speed. By default, the kernel
           configures 97.
         '';
       };