summaryrefslogtreecommitdiff
path: root/src/libical/pvl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical/pvl.c')
-rw-r--r--src/libical/pvl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical/pvl.c b/src/libical/pvl.c
index 4f66c920..960941a7 100644
--- a/src/libical/pvl.c
+++ b/src/libical/pvl.c
@@ -109,7 +109,7 @@ void pvl_free(pvl_list l)
* @brief Creates a new list element, assigns a magic number, and assigns
* the next and previous pointers.
*
- * Passing in the next and previous points may seem odd, but it allos the user
+ * Passing in the next and previous points may seem odd, but it allows the user
* to set them while keeping the internal data hidden. In nearly all cases,
* the user is the pvl library itself.
*