mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Fix a typo in a class catch in Phar
This commit is contained in:
parent
72bf2def6b
commit
26f952b175
@ -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