Fix a typo in a class catch in Phar

This commit is contained in:
Tyson Andre 2018-09-08 20:45:10 -04:00 committed by Christoph M. Becker
parent 72bf2def6b
commit 26f952b175

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