summaryrefslogtreecommitdiff
path: root/src/libical/icalarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical/icalarray.h')
-rw-r--r--src/libical/icalarray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical/icalarray.h b/src/libical/icalarray.h
index a945be60..2fc9fb26 100644
--- a/src/libical/icalarray.h
+++ b/src/libical/icalarray.h
@@ -173,7 +173,7 @@ LIBICAL_ICAL_EXPORT void icalarray_append(icalarray *array, const void *element)
*
* @par Error handling
* If @a array is `NULL`, using this function results in undefined behaviour.
- * If the array is empty, using this functino results in undefined behaviour.
+ * If the array is empty, using this function results in undefined behaviour.
* If the @a position is non-existent, it removes the last element.
*
* ### Usage