fixed language typo

This commit is contained in:
Louwrentius
2009-08-09 17:17:08 +00:00
부모 9b0e5fdec5
커밋 815bb952c9

파일 보기

@@ -511,7 +511,7 @@ check_for_running_instances () {
if [ "$JOBS" -gt "$MIN_JOBS" ] && [ "$FORCE" == "no" ] if [ "$JOBS" -gt "$MIN_JOBS" ] && [ "$FORCE" == "no" ]
then then
log ERROR "Cannot run PPSS because there is another running instances of PPSS detected. See log for more details." log ERROR "Cannot run PPSS because there are other running instances of PPSS detected. See log for more details."
log ERROR "Use -F to override. Please note that all running PPSS instances will never quit if you do." log ERROR "Use -F to override. Please note that all running PPSS instances will never quit if you do."
if [ "$ARCH" == "Darwin" ] if [ "$ARCH" == "Darwin" ]
then then