aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2013-05-01 14:13:33 +0545
committerPhil Davis <phil.davis@world.inf.org>2013-05-01 14:13:33 +0545
commit25945dfa8514f8ae81855fc261b64732a3605072 (patch)
treeb39825e52841b3630ddbd4958625c98b4b18ce1d /config/unbound
parent5cbf95a71c2e2187dd2660c7b7b3c7b81091c461 (diff)
downloadpfsense-packages-25945dfa8514f8ae81855fc261b64732a3605072.tar.gz
pfsense-packages-25945dfa8514f8ae81855fc261b64732a3605072.tar.bz2
pfsense-packages-25945dfa8514f8ae81855fc261b64732a3605072.zip
Unbound user interface text
Diffstat (limited to 'config/unbound')
-rwxr-xr-xconfig/unbound/unbound_monitor.sh2
1 files changed, 1 insertions, 1 deletions
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