aboutsummaryrefslogtreecommitdiff
path: root/blocks.def.h
diff options
context:
space:
mode:
authortinnamchoi <tinnam.choi@gmail.com>2023-08-02 20:31:25 +0930
committertinnamchoi <tinnam.choi@gmail.com>2023-08-02 20:31:25 +0930
commit406e4a4d1207055f8abbc055abfac191abc32e22 (patch)
treefa9e327a7b6d43336392c0a75d449764b52d1994 /blocks.def.h
parenta933ce0d6109524b393feb3e7156cbf0de88b42c (diff)
delimeter -> delimiter
Diffstat (limited to 'blocks.def.h')
-rw-r--r--blocks.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks.def.h b/blocks.def.h
index 9c22d68..dbb3305 100644
--- a/blocks.def.h
+++ b/blocks.def.h
@@ -6,6 +6,6 @@ static const Block blocks[] = {
{"", "date '+%b %d (%a) %I:%M%p'", 5, 0},
};
-//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 unsigned int delimLen = 5;