delimeter -> delimiter

This commit is contained in:
tinnamchoi 2023-08-02 20:31:25 +09:30
parent a933ce0d61
commit 406e4a4d12
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ static const Block blocks[] = {
{"", "date '+%b %d (%a) %I:%M%p'", 5, 0}, {"", "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 char delim[] = " | ";
static unsigned int delimLen = 5; static unsigned int delimLen = 5;