fixed language typo

This commit is contained in:
Louwrentius 2009-08-09 17:17:08 +00:00
parent 9b0e5fdec5
commit 815bb952c9
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ check_for_running_instances () {
if [ "$JOBS" -gt "$MIN_JOBS" ] && [ "$FORCE" == "no" ]
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."
if [ "$ARCH" == "Darwin" ]
then