Change spelling in comment

Change the word "delimeter" to "delimiter"
This commit is contained in:
danielrainer
2020-09-09 20:31:33 +02:00
committed by GitHub
parent 7524ccd1e5
commit 7bd5e64364

View File

@@ -23,7 +23,7 @@ static const Block blocks[] = {
{"", "help-icon", 0, 15}, {"", "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 = " "; static char *delim = " ";
// Have dwmblocks automatically recompile and run when you edit this file in // Have dwmblocks automatically recompile and run when you edit this file in