summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
diff options
context:
space:
mode:
authorStefan Weil2019-12-14 08:59:39 +0100
committerStefan Weil2019-12-14 09:29:06 +0100
commitab49e774910743701ee8742799c0b5a58ea65d8a (patch)
tree64057cbb86e9b4524444f00dcf0482345ac96a2b /modules-available/locationinfo
parent[statistics] Fix date range queries to match by day, not by second (diff)
downloadslx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.gz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.tar.xz
slx-admin-ab49e774910743701ee8742799c0b5a58ea65d8a.zip
Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/WellKnownResponseObjectType.php2
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/assets/types.xsd2
-rw-r--r--modules-available/locationinfo/inc/coursebackend.inc.php4
-rwxr-xr-xmodules-available/locationinfo/inc/coursebackend/coursebackend_exchange.inc.php2
-rw-r--r--modules-available/locationinfo/inc/infopanel.inc.php2
-rw-r--r--modules-available/locationinfo/lang/en/template-tags.json2
6 files changed, 7 insertions, 7 deletions
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 @@
</xs:restriction>
</xs:complexContent>
</xs:complexType>
- <!-- Smart reponses: ReplyToItem, ReplyAllToItem, ForwardItem-->
+ <!-- Smart responses: ReplyToItem, ReplyAllToItem, ForwardItem-->
<xs:complexType name="SmartResponseBaseType">
<xs:complexContent>
<xs:restriction base="t:ResponseObjectType">
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",