summaryrefslogtreecommitdiff
path: root/src/libical/icaltime.h.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-24 12:41:15 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-24 12:41:15 -0400
commit69d65ed88f36a63d097bb32f12bb357a01c208d7 (patch)
tree3eec9fb4eff755e248bd6b690abd0329147903b2 /src/libical/icaltime.h.cmake
parent72c23623801af9ff450a98518db84da89fba83ed (diff)
downloadlibical-git-69d65ed88f36a63d097bb32f12bb357a01c208d7.tar.gz
fix spelling - found with newer codespell v2.2.1
Diffstat (limited to 'src/libical/icaltime.h.cmake')
-rw-r--r--src/libical/icaltime.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libical/icaltime.h.cmake b/src/libical/icaltime.h.cmake
index 90b62ce8..38be77d7 100644
--- a/src/libical/icaltime.h.cmake
+++ b/src/libical/icaltime.h.cmake
@@ -205,7 +205,7 @@ LIBICAL_ICAL_EXPORT icaltime_t icaltime_as_timet_with_zone(const struct icaltime
const icaltimezone *zone);
/**
- * @brief Returns a string represention of the time, in RFC5545 format.
+ * @brief Returns a string representation of the time, in RFC5545 format.
*
* @par Ownership
* The created string is owned by libical.
@@ -213,7 +213,7 @@ LIBICAL_ICAL_EXPORT icaltime_t icaltime_as_timet_with_zone(const struct icaltime
LIBICAL_ICAL_EXPORT const char *icaltime_as_ical_string(const struct icaltimetype tt);
/**
- * @brief Returns a string represention of the time, in RFC5545 format.
+ * @brief Returns a string representation of the time, in RFC5545 format.
*
* @par Ownership
* The string is owned by the caller.