aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-02 04:07:28 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-02 04:07:28 +0000
commit328b52901e8d51562318f4869863b0457bd7a361 (patch)
tree6604f799c6f9811d9dd1a89402c0594b117919d1 /apps/app_queue.c
parent6068684cf4a87c82dcc396b5fb287c6d31122fd4 (diff)
Fix minor typo (bug #2343)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3708 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rwxr-xr-xapps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 75354466a..07b5eaa95 100755
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2174,7 +2174,7 @@ static int handle_add_queue_member(int fd, int argc, char *argv[])
return RESULT_SHOWUSAGE;
} else if (strcmp(argv[4], "to")) {
return RESULT_SHOWUSAGE;
- } else if ((argc == 8) && strcmp(argv[6], "priority")) {
+ } else if ((argc == 8) && strcmp(argv[6], "penalty")) {
return RESULT_SHOWUSAGE;
}