]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 337898 via svnmerge from
authorGregory Nietsky <gregory@distrotech.co.za>
Fri, 23 Sep 2011 19:18:14 +0000 (19:18 +0000)
committerGregory Nietsky <gregory@distrotech.co.za>
Fri, 23 Sep 2011 19:18:14 +0000 (19:18 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r337898 | irroot | 2011-09-23 21:14:30 +0200 (Fri, 23 Sep 2011) | 4 lines

  Spelling fix
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@337902 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/init.d/rc.archlinux.asterisk

index 0580c8a012e81d382a2adf7e4f005bb73fded898..ab6711448434546b204c9c9f1f0d732fe8606c49 100755 (executable)
@@ -44,7 +44,7 @@ case "$1" in
     ;;
   stop)
     if [ -r ${ASTVARRUNDIR}/asterisk.pid ]; then
-      stat_busy "Stoping Asterisk..."
+      stat_busy "Stopping Asterisk..."
       ${DAEMON} -rx "core stop now" > /dev/null 2&>1
       if [ $? -gt 0 ]; then
         stat_fail