commit 58a426b68a507afd3e681f2ea70a245167d3c3fb parent a933ce0d6109524b393feb3e7156cbf0de88b42c Author: torrinfail <torrinfail@gmail.com> Date: Wed, 10 Jan 2024 20:33:36 -0700 Merge pull request #74 from tinnamchoi/spelling Got me. Diffstat:
| M | blocks.def.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;