Merge pull request #74 from tinnamchoi/spelling

Got me.
This commit is contained in:
torrinfail 2024-01-10 20:33:36 -07:00 committed by GitHub
commit 58a426b68a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;