This commit is contained in:
Andrew Ruthven 2024-11-30 21:13:46 +13:00
parent a2a9a57fdd
commit a41f8d3844
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

@ -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
*/