|
|
@@ -304,7 +304,7 @@ class Zend_File_Transfer_Adapter_Http extends Zend_File_Transfer_Adapter_Abstrac
|
|
|
{
|
|
|
if (!function_exists('apc_fetch') and !function_exists('uploadprogress_get_info')) {
|
|
|
require_once 'Zend/File/Transfer/Exception.php';
|
|
|
- throw new Zend_File_Transfer_Exception('Wether APC nor uploadprogress extension installed');
|
|
|
+ throw new Zend_File_Transfer_Exception('Neither APC nor uploadprogress extension installed');
|
|
|
}
|
|
|
|
|
|
$session = 'Zend_File_Transfer_Adapter_Http_ProgressBar';
|