From cb7bb516b86da9ea561e649cd3a44e47c6e27b36 Mon Sep 17 00:00:00 2001 From: Rop Date: Tue, 29 Oct 2019 16:08:46 +0100 Subject: [PATCH] FEBRUARY spelling in defines Fixes issue #51 --- keywords.txt | 2 +- src/ezTime.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keywords.txt b/keywords.txt index 6f07201..97ebc6c 100644 --- a/keywords.txt +++ b/keywords.txt @@ -141,7 +141,7 @@ FRIDAY LITERAL1 SATURDAY LITERAL1 JANUARY LITERAL1 -FEBRUARI LITERAL1 +FEBRUARY LITERAL1 MARCH LITERAL1 APRIL LITERAL1 MAY LITERAL1 diff --git a/src/ezTime.h b/src/ezTime.h index 2351b14..3de99da 100644 --- a/src/ezTime.h +++ b/src/ezTime.h @@ -85,7 +85,7 @@ typedef enum { #define SATURDAY 7 #define JANUARY 1 -#define FEBRUARI 2 +#define FEBRUARY 2 #define MARCH 3 #define APRIL 4 #define MAY 5