From 25945dfa8514f8ae81855fc261b64732a3605072 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 May 2013 14:13:33 +0545 Subject: Unbound user interface text --- config/unbound/unbound_monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/unbound') diff --git a/config/unbound/unbound_monitor.sh b/config/unbound/unbound_monitor.sh index c277bbaa..91e5a2ed 100755 --- a/config/unbound/unbound_monitor.sh +++ b/config/unbound/unbound_monitor.sh @@ -53,7 +53,7 @@ if [ "$1" = "stop" ]; then fi if [ -n "${PID}" ] && ps -p ${PID} | grep -q unbound_monitor.sh; then - echo "There are another unbound monitor proccess running" + echo "There is another unbound monitor process running" exit 0 fi -- cgit v1.2.3