spelling: offset

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:18:22 -05:00
parent 6fcb2ed60e
commit b7b8abcff7
5 changed files with 6 additions and 6 deletions

View file

@ -91,7 +91,7 @@ typedef struct {
typedef struct {
ClockFace face;
char buffer[4];
int32_t utc_offest;
int32_t utc_offset;
GColor text_color;
} NonLocalClockFace;