fixed language typo

This commit is contained in:
Louwrentius
2009-08-09 17:17:08 +00:00
förälder 2d8212d564
incheckning 6759f8a2ba

Visa fil

@@ -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