diff options
| author | torrinfail <torrinfail@gmail.com> | 2024-01-10 20:33:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-10 20:33:36 -0700 |
| commit | 58a426b68a507afd3e681f2ea70a245167d3c3fb (patch) | |
| tree | fa9e327a7b6d43336392c0a75d449764b52d1994 /blocks.def.h | |
| parent | a933ce0d6109524b393feb3e7156cbf0de88b42c (diff) | |
| parent | 406e4a4d1207055f8abbc055abfac191abc32e22 (diff) | |
Merge pull request #74 from tinnamchoi/spelling
Got me.
Diffstat (limited to 'blocks.def.h')
| -rw-r--r-- | blocks.def.h | 2 |
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; |
