diff options
| author | danielrainer <34983953+danielrainer@users.noreply.github.com> | 2020-09-09 20:31:33 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-09 20:31:33 +0200 | 
| commit | 7bd5e64364eefb5adfafa2cabaad3a1e74199df8 (patch) | |
| tree | 8272f0da81ff46687e6df73197541d515b5a99d0 | |
| parent | update and fork fix (diff) | |
| download | dwmblocks-7bd5e64364eefb5adfafa2cabaad3a1e74199df8.tar.gz dwmblocks-7bd5e64364eefb5adfafa2cabaad3a1e74199df8.tar.bz2 dwmblocks-7bd5e64364eefb5adfafa2cabaad3a1e74199df8.tar.xz dwmblocks-7bd5e64364eefb5adfafa2cabaad3a1e74199df8.tar.zst dwmblocks-7bd5e64364eefb5adfafa2cabaad3a1e74199df8.zip | |
Change spelling in comment
Change the word "delimeter" to "delimiter"
| -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 | 
