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 | update and fork fix (diff) | |
| parent | Change spelling in comment (diff) | |
| download | dwmblocks-6bbb413fd7fb31b052945061305bf9ac87f0f6fd.tar.gz dwmblocks-6bbb413fd7fb31b052945061305bf9ac87f0f6fd.tar.bz2 dwmblocks-6bbb413fd7fb31b052945061305bf9ac87f0f6fd.tar.xz dwmblocks-6bbb413fd7fb31b052945061305bf9ac87f0f6fd.tar.zst 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 | 
