This commit is contained in:
HB9HIL
2024-02-23 21:59:43 +01:00
committed by GitHub
parent 0a07fe881e
commit b6bfb7f069

View File

@@ -133,7 +133,7 @@ class Unzip {
if ( ! @mkdir($this->_target_dir . '/' . $str))
{
$this->set_error('Desitnation path is not writable.');
$this->set_error('Destination path is not writable.');
return FALSE;
}