mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src: Fix a typo in a class catch in Phar
This commit is contained in:
commit
50b515f1a2
@ -648,7 +648,7 @@ class PharCommand extends CLICommand
|
||||
self::phar_add_file($phar, $level, $dir->getSubPathName(), $file, $compress, $noloader);
|
||||
}
|
||||
}
|
||||
} catch(Excpetion $e) {
|
||||
} catch(Exception $e) {
|
||||
self::error("Unable to complete operation on file '$file'\n" . $e->getMessage() . "\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user