diff --git a/ezsync b/ezsync index dc6c998..9db0515 100755 --- a/ezsync +++ b/ezsync @@ -19,7 +19,7 @@ loadConfiguration PID=$(pidof -s -o '%PPID' -x ${EZNAME}) if [ ${PID} ]; then printWarn "The ${EZNAME} is already working with PID: ${PID}" - printWarn "You cannot have more than one instancies running" + printWarn "You cannot have more than one instancy running" exit 0 fi