diff options
author | Stefan Weil | 2019-12-14 08:59:39 +0100 |
---|---|---|
committer | Stefan Weil | 2019-12-14 09:29:06 +0100 |
commit | ab49e774910743701ee8742799c0b5a58ea65d8a (patch) | |
tree | 64057cbb86e9b4524444f00dcf0482345ac96a2b /modules-available/locationinfo/exchange-includes | |
parent | [statistics] Fix date range queries to match by day, not by second (diff) | |
download | slx-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/exchange-includes')
2 files changed, 2 insertions, 2 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"> |