]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix a typo, Stoping -> Stopping.
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 6 Feb 2008 09:12:29 +0000 (22:12 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Wed, 6 Feb 2008 09:12:29 +0000 (22:12 +1300)
debian/init.d

index a90eee967ca265cad8c84e23734eec636c054fd3..50a1fe1e4e013b7de1de4b9ea776817bdd84bc35 100644 (file)
@@ -68,7 +68,7 @@ case "$1" in
     log_end_msg 0
     ;;
   stop)
-    log_daemon_msg "Stoping $DESC " "$NAME"
+    log_daemon_msg "Stopping $DESC " "$NAME"
     [ -f /var/run/motd.orig ] && cp /var/run/motd.orig /var/run/motd
     log_end_msg 0
     ;;