Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit e3c3d67

Browse files
author
stas
committed
fix typo
git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21187 44c647ce-9c0f-0410-b52a-842ac1e357ba
1 parent 8d77874 commit e3c3d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/PythonPickle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ protected function _loadProto()
13661366
{
13671367
$proto = ord($this->_read(1));
13681368
if ($proto < 2 || $proto > 3) {
1369-
require_once 'Zend/Serializer/Excception.php';
1369+
require_once 'Zend/Serializer/Exception.php';
13701370
throw new Zend_Serializer_Exception('Invalid protocol version detected');
13711371
}
13721372
$this->_protocol = $proto;

0 commit comments

Comments
 (0)