]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
fix spelling error (bug 2810)
authorRussell Bryant <russell@russellbryant.com>
Tue, 9 Nov 2004 05:19:27 +0000 (05:19 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 9 Nov 2004 05:19:27 +0000 (05:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4192 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_parkandannounce.c

index c3f949ec32342da40b5884dd4c3d291438b3954d..bb8a7fb899209bf3c6c50af5ba9899d37432005d 100755 (executable)
@@ -94,7 +94,7 @@ static int parkandannounce_exec(struct ast_channel *chan, void *data)
        }
        dial=strsep(&s, "|");
        if(!dial) {
-               ast_log(LOG_WARNING, "PARK: A dial resouce must be specified i.e: Console/dsp or Zap/g1/5551212\n");
+               ast_log(LOG_WARNING, "PARK: A dial resource must be specified i.e: Console/dsp or Zap/g1/5551212\n");
                free(orig_s);
                return -1;
        } else {