diff --git a/lib/ext/Syncroton/Wbxml/Exception/UnexpectedEndOfFile.php b/lib/ext/Syncroton/Wbxml/Exception/UnexpectedEndOfFile.php index ab45d79..e96faad 100644 --- a/lib/ext/Syncroton/Wbxml/Exception/UnexpectedEndOfFile.php +++ b/lib/ext/Syncroton/Wbxml/Exception/UnexpectedEndOfFile.php @@ -1,23 +1,23 @@ * @version $Id:Factory.php 4968 2008-10-17 09:09:33Z l.kneschke@metaways.de $ */ /** * class documentation * * @package Wbxml * @subpackage Wbxml */ class Syncroton_Wbxml_Exception_UnexpectedEndOfFile extends Syncroton_Wbxml_Exception { - protected $message = 'unexpcted end of file detected'; -} \ No newline at end of file + protected $message = 'unexpected end of file detected'; +}