summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielrainer <34983953+danielrainer@users.noreply.github.com>2020-09-09 20:31:33 +0200
committerGitHub <noreply@github.com>2020-09-09 20:31:33 +0200
commit7bd5e64364eefb5adfafa2cabaad3a1e74199df8 (patch)
tree8272f0da81ff46687e6df73197541d515b5a99d0
parent7524ccd1e5eb69ab177cb7f0bc4044994464be6e (diff)
Change spelling in comment
Change the word "delimeter" to "delimiter"
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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