diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-09-09 21:00:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 21:00:43 -0400 |
commit | 6bbb413fd7fb31b052945061305bf9ac87f0f6fd (patch) | |
tree | 8272f0da81ff46687e6df73197541d515b5a99d0 | |
parent | 7524ccd1e5eb69ab177cb7f0bc4044994464be6e (diff) | |
parent | 7bd5e64364eefb5adfafa2cabaad3a1e74199df8 (diff) | |
download | dwmblocks-6bbb413fd7fb31b052945061305bf9ac87f0f6fd.tar.gz dwmblocks-6bbb413fd7fb31b052945061305bf9ac87f0f6fd.tar.bz2 dwmblocks-6bbb413fd7fb31b052945061305bf9ac87f0f6fd.zip |
Merge pull request #52 from danielrainer/patch-1
Change spelling in comment
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |