summaryrefslogtreecommitdiff
path: root/src/Net-ICal-Libical
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/Net-ICal-Libical
parent72c23623801af9ff450a98518db84da89fba83ed (diff)
downloadlibical-git-69d65ed88f36a63d097bb32f12bb357a01c208d7.tar.gz
fix spelling - found with newer codespell v2.2.1
Diffstat (limited to 'src/Net-ICal-Libical')
-rw-r--r--src/Net-ICal-Libical/netical.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net-ICal-Libical/netical.i b/src/Net-ICal-Libical/netical.i
index b97e25bc..7c469b8f 100644
--- a/src/Net-ICal-Libical/netical.i
+++ b/src/Net-ICal-Libical/netical.i
@@ -188,7 +188,7 @@ struct icaltimetype icaltime_from_timet_with_zone(int v, int is_date, const char
into a pointer */
int icaltime_as_timet(struct icaltimetype);
-/* Returns a string represention of the time, in RFC2445 format. The
+/* Returns a string representation of the time, in RFC2445 format. The
string is owned by libical */
char* icaltime_as_ical_string(struct icaltimetype tt);