From 7bd5e64364eefb5adfafa2cabaad3a1e74199df8 Mon Sep 17 00:00:00 2001 From: danielrainer <34983953+danielrainer@users.noreply.github.com> Date: Wed, 9 Sep 2020 20:31:33 +0200 Subject: Change spelling in comment Change the word "delimeter" to "delimiter" --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6106bba..cc9281b 100644 --- a/config.h +++ b/config.h @@ -23,7 +23,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 -- cgit v1.2.3