st

simple terminal

git clone https://9o.is/git/st.git

commit bb4b0dae4c4e30e3d630a8b9d4f9380ea3149a7d
parent f5918c6531e2376fc08942e27c1542094d364cf5
Author: Eric Pruitt <eric.pruitt@gmail.com>
Date:   Wed, 18 Jun 2014 08:39:57 -0500

Fix typo in config.def.h

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -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; @@ -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. */