diff options
| author | Eric Pruitt <eric.pruitt@gmail.com> | 2014-06-18 08:39:57 -0500 |
|---|---|---|
| committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-06-21 10:24:36 +0200 |
| commit | 738f555f66e2423678d7f81344131d2e01f7c2e9 (patch) | |
| tree | 3f26d3324931a42b0fb522154c02849ca6a753c7 /config.def.h | |
| parent | 58eaa998b37bc44acbf4356a3bc4116acf570893 (diff) | |
| download | st-738f555f66e2423678d7f81344131d2e01f7c2e9.tar.gz st-738f555f66e2423678d7f81344131d2e01f7c2e9.zip | |
Fix typo in config.def.h
Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 6e2be9a..fadcfa0 100644 --- a/config.def.h +++ b/config.def.h | |||
| @@ -9,7 +9,7 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals | |||
| 9 | static int borderpx = 2; | 9 | static int borderpx = 2; |
| 10 | static char shell[] = "/bin/sh"; | 10 | static char shell[] = "/bin/sh"; |
| 11 | 11 | ||
| 12 | /* Kerning / character bounding-box mutlipliers */ | 12 | /* Kerning / character bounding-box multipliers */ |
| 13 | static float cwscale = 1.0; | 13 | static float cwscale = 1.0; |
| 14 | static float chscale = 1.0; | 14 | static float chscale = 1.0; |
| 15 | 15 | ||
| @@ -137,7 +137,7 @@ static Shortcut shortcuts[] = { | |||
| 137 | * * > 0: crlf mode is enabled | 137 | * * > 0: crlf mode is enabled |
| 138 | * * < 0: crlf mode is disabled | 138 | * * < 0: crlf mode is disabled |
| 139 | * | 139 | * |
| 140 | * Be careful with the order of the definitons because st searchs in | 140 | * Be careful with the order of the definitions because st searches in |
| 141 | * this table sequentially, so any XK_ANY_MOD must be in the last | 141 | * this table sequentially, so any XK_ANY_MOD must be in the last |
| 142 | * position for a key. | 142 | * position for a key. |
| 143 | */ | 143 | */ |
