mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -638,4 +638,4 @@ class Unzip {
|
||||
}
|
||||
|
||||
/* End of file Unzip.php */
|
||||
/* Location: ./system/libraries/Unzip.php */
|
||||
/* Location: ./system/libraries/Unzip.php */
|
||||
|
||||
Reference in New Issue
Block a user