commit 5af44b7751814a3eee7ce55f8dc52913e11b0240
parent 791a837fac7089cd70d9c950e93227b71a134678
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sun, 11 Oct 2020 15:19:15 -0400
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -27,7 +27,7 @@ static const Block blocks[] = {
{"", "help-icon", 0, 15},
};
-//sets delimeter between status commands. NULL character ('\0') means no delimeter.
+//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
static char *delim = " ";
// Have dwmblocks automatically recompile and run when you edit this file in