diff options
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"> |