diff options
Diffstat (limited to 'src/.svn')
-rw-r--r-- | src/.svn/text-base/lock-caldav-object.c.svn-base | 2 | ||||
-rw-r--r-- | src/.svn/text-base/lock-caldav-object.h.svn-base | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/.svn/text-base/lock-caldav-object.c.svn-base b/src/.svn/text-base/lock-caldav-object.c.svn-base index 1ddf926..30f2d20 100644 --- a/src/.svn/text-base/lock-caldav-object.c.svn-base +++ b/src/.svn/text-base/lock-caldav-object.c.svn-base @@ -146,7 +146,7 @@ gchar* caldav_lock_object( /** * Function which requests to have a lock removed from a calendar resource - * @param lock_token A privious aquired Lock-Token + * @param lock_token A previous acquired Lock-Token * @param URI The resource to request unlock on. * @param settings @see caldav_settings * @param error A pointer to caldav_error. @see caldav_error diff --git a/src/.svn/text-base/lock-caldav-object.h.svn-base b/src/.svn/text-base/lock-caldav-object.h.svn-base index 6dd884f..bfcd4ad 100644 --- a/src/.svn/text-base/lock-caldav-object.h.svn-base +++ b/src/.svn/text-base/lock-caldav-object.h.svn-base @@ -35,7 +35,7 @@ gchar* caldav_lock_object( /** * Function which requests to have a lock removed from a calendar resource - * @param lock_token A privious aquired Lock-Token + * @param lock_token A previous acquired Lock-Token * @param URI The resource to request unlock on. * @param settings @see caldav_settings * @param error A pointer to caldav_error. @see caldav_error |