summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2014-12-30 03:31:03 +0100
commitc64257b8e5d36bb71e4e773b9373e35b9b9b0e1c (patch)
treef019e4158fabd12f216c5d3ad7afbe30e264f223 /pkgs/tools/X11
parente62e634128275509d3818d4cbf11bfa64e9f51af (diff)
downloadnixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.gz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.bz2
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.lz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.xz
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.tar.zst
nixlib-c64257b8e5d36bb71e4e773b9373e35b9b9b0e1c.zip
Fix user-facing typos (mainly in descriptions)
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/sselp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/sselp/default.nix b/pkgs/tools/X11/sselp/default.nix
index 6ef7128dd4ca..b0bf8a101696 100644
--- a/pkgs/tools/X11/sselp/default.nix
+++ b/pkgs/tools/X11/sselp/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://tools.suckless.org/sselp";
-    description = "Prints the X selection to stdout, usefull in scripts";
+    description = "Prints the X selection to stdout, useful in scripts";
     license = stdenv.lib.licenses.mit;
     maintainers = [stdenv.lib.maintainers.magnetophon ];
     platforms = stdenv.lib.platforms.linux;