Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese1 authored and mrubinsk committed Jan 31, 2021
1 parent 180ddfd commit 29af5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/ActiveSync/Message/Base.php
Expand Up @@ -550,7 +550,7 @@ public function encodeStream(Horde_ActiveSync_Wbxml_Encoder &$encoder)
get_class($this))
);
throw new Horde_ActiveSync_Exception(sprintf(
'Pre-encoding validation failded for %s item',
'Pre-encoding validation failed for %s item',
get_class($this))
);
}
Expand Down

0 comments on commit 29af5e3

Please sign in to comment.