summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Murchison <murch@fastmail.com>2020-10-09 07:38:33 -0400
committerGitHub <noreply@github.com>2020-10-09 07:38:33 -0400
commit63428dc9fd836d08f51cea707128eab846d854f7 (patch)
tree4f455ec3ca99b57c359c347c52da35fbedc35bb5
parentdd519709b24c026fba48b32ca57ad08a745162a3 (diff)
parent6f4decb30d7bc0a3f0e795e8e9bbc5a592d6c10d (diff)
downloadlibical-git-63428dc9fd836d08f51cea707128eab846d854f7.tar.gz
Merge pull request #442 from arungrover/patch-1
Typo in icalrecur.h
-rw-r--r--src/libical/icalrecur.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical/icalrecur.h b/src/libical/icalrecur.h
index 9911e247..3b63cd22 100644
--- a/src/libical/icalrecur.h
+++ b/src/libical/icalrecur.h
@@ -175,7 +175,7 @@ struct icalrecurrencetype
short by_day[ICAL_BY_DAY_SIZE]; /**< @brief Encoded value
*
* The 'day' element of the by_day array is encoded to allow
- * representation of both the day of the week ( Monday, Tueday), but
+ * representation of both the day of the week ( Monday, Tuesday), but
* also the Nth day of the week (first Tuesday of the month, last
* Thursday of the year).
*