[hackers] [st] Fix typo in config.def.h || Eric Pruitt

From: <git_AT_suckless.org>
Date: Sat, 21 Jun 2014 10:25:41 +0200

commit 738f555f66e2423678d7f81344131d2e01f7c2e9
Author: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date: Wed Jun 18 08:39:57 2014 -0500

    Fix typo in config.def.h
    
    Signed-off-by: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>

diff --git a/config.def.h b/config.def.h
index 6e2be9a..fadcfa0 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -9,7 +9,7 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals
 static int borderpx = 2;
 static char shell[] = "/bin/sh";
 
-/* Kerning / character bounding-box mutlipliers */
+/* Kerning / character bounding-box multipliers */
 static float cwscale = 1.0;
 static float chscale = 1.0;
 
_AT_@ -137,7 +137,7 @@ static Shortcut shortcuts[] = {
  * * > 0: crlf mode is enabled
  * * < 0: crlf mode is disabled
  *
- * Be careful with the order of the definitons because st searchs in
+ * Be careful with the order of the definitions because st searches in
  * this table sequentially, so any XK_ANY_MOD must be in the last
  * position for a key.
  */
Received on Sat Jun 21 2014 - 10:25:41 CEST

This archive was generated by hypermail 2.3.0 : Sat Jun 21 2014 - 10:36:12 CEST