summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-10-03 20:17:40 +0000
committerJoshua Colp <jcolp@digium.com>2006-10-03 20:17:40 +0000
commit31800f61c314ad9a8bb6d822c307570a0dfcd72d (patch)
tree022684fe832ab83af3f2d4c66e551f757f2489b9 /apps
parenteb7f97f2d6982537d0e0e4633f6a46c150ff8f61 (diff)
Strat becomes Strategy based on feedback from two nameless fellows
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index fb2799356..e3b6ea605 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -4107,7 +4107,7 @@ static int manager_queues_status(struct mansession *s, struct message *m)
astman_append(s, "Event: QueueParams\r\n"
"Queue: %s\r\n"
"Max: %d\r\n"
- "Strat: %s\r\n"
+ "Strategy: %s\r\n"
"Calls: %d\r\n"
"Holdtime: %d\r\n"
"Completed: %d\r\n"