X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=fadcfa0320a5a78816bab51820b8d9267b7a387a;hb=8c5ba1cfb09edc12d4992df4667c6ea2a476c82f;hp=6e2be9a3f863d76ed1547ab3d83badb57481b9c5;hpb=cf890e5bf06a65a35fe195aa1ef8ae3e1eb55f51;p=st.git 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 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. */