summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2012-09-27 17:40:47 +0200
committerFrederik “Freso” S. Olesen2012-09-27 17:40:47 +0200
commit493a75b9f83a3fd6f6b800f7b78c70fcbe96ecc3 (patch)
treec85f952fa1b78d28f3064abc4e7f293829343a6b
parent7336cd0b46b225f2b951ea0c8dfd7bb041faf74b (diff)
downloadaur-493a75b9f83a3fd6f6b800f7b78c70fcbe96ecc3.tar.gz
networkmanager-dispatcher-pdnsd: Fix function name typo.
-rwxr-xr-x00-pdnsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/00-pdnsd b/00-pdnsd
index f597e017aa54..acbdd104ee1e 100755
--- a/00-pdnsd
+++ b/00-pdnsd
@@ -11,7 +11,7 @@ no_valid_init() {
exit 1
}
-pdnsd_is_runnning() {
+pdnsd_is_running() {
# Check whether pDNSd is running.
case "$INIT" in
'systemd')