summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
Software created with 💖