]> git.armaanb.net Git - dmenu.git/commitdiff
Typofix
authorKlemens Nanni <kl3@posteo.org>
Mon, 11 Jan 2016 12:26:37 +0000 (13:26 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Thu, 14 Jan 2016 22:02:27 +0000 (23:02 +0100)
config.def.h

index 8db1ddadfa328a88293fde2ec81ddef6f70d74e9..dcffd3882d524957708019c199846878cf6d3971 100644 (file)
@@ -6,7 +6,7 @@ static int topbar = 1;                      /* -b  option; if 0, dmenu appears a
 static const char *fonts[] = {
        "monospace:size=10"
 };
-static const char *prompt      = NULL;      /* -p  option; prompt to the elft of input field */
+static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */
 static const char *normbgcolor = "#222222"; /* -nb option; normal background                 */
 static const char *normfgcolor = "#bbbbbb"; /* -nf option; normal foreground                 */
 static const char *selbgcolor  = "#005577"; /* -sb option; selected background               */