]> git.pld-linux.org Git - packages/lxd.git/commitdiff
lxdbr: fix spelling
authorElan Ruusamäe <glen@delfi.ee>
Sun, 21 Aug 2016 19:43:19 +0000 (22:43 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 21 Aug 2016 19:43:19 +0000 (22:43 +0300)
lxdbr.init

index 1da62623141471ecdce46272082aa73d8a5f9a28..d13d19e0f68bf175c923fb3bc81608e23a66947b 100755 (executable)
@@ -59,7 +59,7 @@ stop() {
        fi
 
        if status --pidfile "/var/run/lxd.pid" lxd lxd >/dev/null; then
-               nls "lxd bridge cannot be down while lxd daemon is running"
+               nls "lxd bridge cannot be stopped while lxd daemon is running"
                RETVAL=1
                return
        fi
This page took 0.081341 seconds and 4 git commands to generate.