summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-09-09 21:00:43 -0400
committerGitHub <noreply@github.com>2020-09-09 21:00:43 -0400
commit6bbb413fd7fb31b052945061305bf9ac87f0f6fd (patch)
tree8272f0da81ff46687e6df73197541d515b5a99d0
parent7524ccd1e5eb69ab177cb7f0bc4044994464be6e (diff)
parent7bd5e64364eefb5adfafa2cabaad3a1e74199df8 (diff)
Merge pull request #52 from danielrainer/patch-1
Change spelling in comment
-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