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:
Dmitry Stogov 2018-09-13 13:38:27 +03:00
commit 50b515f1a2

View File

@ -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");
}
}