diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index d280eb09..8488b418 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -70,7 +70,7 @@ class CalDAVClient { protected $calendar_urls; /** - * The useragent which is send to the caldav server + * The useragent which is sent to the caldav server * * @var string */ diff --git a/inc/caldav-client.php b/inc/caldav-client.php index b32c5c91..31e1ec03 100644 --- a/inc/caldav-client.php +++ b/inc/caldav-client.php @@ -26,7 +26,7 @@ class CalDAVClient { var $base_url, $user, $pass, $calendar, $entry, $protocol, $server, $port; /** - * The useragent which is send to the caldav server + * The useragent which is sent to the caldav server * * @var string */