From ab49e774910743701ee8742799c0b5a58ea65d8a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 14 Dec 2019 08:59:39 +0100 Subject: Fix some typos (found by codespell) Signed-off-by: Stefan Weil --- .../jamesiarmes/PhpEws/Type/WellKnownResponseObjectType.php | 2 +- .../exchange-includes/jamesiarmes/PhpEws/assets/types.xsd | 2 +- modules-available/locationinfo/inc/coursebackend.inc.php | 4 ++-- .../locationinfo/inc/coursebackend/coursebackend_exchange.inc.php | 2 +- modules-available/locationinfo/inc/infopanel.inc.php | 2 +- modules-available/locationinfo/lang/en/template-tags.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'modules-available/locationinfo') diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/WellKnownResponseObjectType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/WellKnownResponseObjectType.php index f659cbeb..9095f4ff 100644 --- a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/WellKnownResponseObjectType.php +++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/WellKnownResponseObjectType.php @@ -8,7 +8,7 @@ namespace jamesiarmes\PhpEws\Type; use \jamesiarmes\PhpEws\Type; /** - * Base class fot meeting request replies. + * Base class for meeting request replies. * * @package php-ews\Type */ diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/assets/types.xsd b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/assets/types.xsd index 52f4f189..78150344 100644 --- a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/assets/types.xsd +++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/assets/types.xsd @@ -2242,7 +2242,7 @@ - + diff --git a/modules-available/locationinfo/inc/coursebackend.inc.php b/modules-available/locationinfo/inc/coursebackend.inc.php index bc5b059e..a66d35a3 100644 --- a/modules-available/locationinfo/inc/coursebackend.inc.php +++ b/modules-available/locationinfo/inc/coursebackend.inc.php @@ -19,7 +19,7 @@ abstract class CourseBackend */ protected $error = false; /** - * @var array list of errors that occured, fill using addError() + * @var array list of errors that occurred, fill using addError() */ private $errors; /** @@ -300,7 +300,7 @@ abstract class CourseBackend } /** - * @return array list of errors that occured during processing. + * @return array list of errors that occurred during processing. */ public final function getErrors() { diff --git a/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php b/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php index 60561586..44847ce2 100755 --- a/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php +++ b/modules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php @@ -152,7 +152,7 @@ class CourseBackend_Exchange extends CourseBackend * * @param $roomIds array with local ID as key and serverId as value * @return array a recursive array that uses the roomID as key - * and has the schedule array as value. A shedule array contains an array in this format: + * and has the schedule array as value. A schedule array contains an array in this format: * ["start"=>'JJJJ-MM-DD HH:MM:SS',"end"=>'JJJJ-MM-DD HH:MM:SS',"title"=>string] */ protected function fetchSchedulesInternal($requestedRoomIds) diff --git a/modules-available/locationinfo/inc/infopanel.inc.php b/modules-available/locationinfo/inc/infopanel.inc.php index 7b0c6fe0..1e2e7313 100644 --- a/modules-available/locationinfo/inc/infopanel.inc.php +++ b/modules-available/locationinfo/inc/infopanel.inc.php @@ -212,7 +212,7 @@ class InfoPanel /** * Format the openingtime in the frontend needed format. - * One key per week day, wich contains an array of { + * One key per week day, which contains an array of { * 'HourOpen' => hh, 'MinutesOpen' => mm, * 'HourClose' => hh, 'MinutesClose' => mm } * diff --git a/modules-available/locationinfo/lang/en/template-tags.json b/modules-available/locationinfo/lang/en/template-tags.json index 3fc409f4..6411efc0 100644 --- a/modules-available/locationinfo/lang/en/template-tags.json +++ b/modules-available/locationinfo/lang/en/template-tags.json @@ -10,7 +10,7 @@ "lang_browserTooltip": "Which browser shall be used", "lang_calendar": "Calendar", "lang_calendarUpdate": "Calendar Update", - "lang_calupdateTooltip": "Time the calender querys for updates (in minutes)", + "lang_calupdateTooltip": "Time the calendar queries for updates (in minutes)", "lang_checkConnection": "Check connection", "lang_chromium": "Chromium", "lang_closed": "Closed", -- cgit v1.2.3-55-g7522