From 3878577aee4684df80708c2d40a671f9e07e7bd2 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 4 Jan 2012 13:00:36 +0100 Subject: [PATCH] fix typo --- ezsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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