summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-10-11 15:19:15 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-10-11 15:19:15 -0400
commit5af44b7751814a3eee7ce55f8dc52913e11b0240 (patch)
treefb180720334fecf84867f5490e23c7b66dd43d0a /config.h
parent791a837fac7089cd70d9c950e93227b71a134678 (diff)
parent6bbb413fd7fb31b052945061305bf9ac87f0f6fd (diff)
downloaddwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.gz
dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.tar.bz2
dwmblocks-5af44b7751814a3eee7ce55f8dc52913e11b0240.zip
Merge branch 'master' of github.com:LukeSmithxyz/dwmblocks into master
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a45c053..18b287b 100644
--- a/config.h
+++ b/config.h
@@ -27,7 +27,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 💖