aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-03 20:17:40 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-03 20:17:40 +0000
commit18fb3f988ec12631a237c44a1be2b023409f0593 (patch)
tree022684fe832ab83af3f2d4c66e551f757f2489b9
parentba87ac90c2715f74221c09657eabe994511b53ad (diff)
Strat becomes Strategy based on feedback from two nameless fellows
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44297 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--CHANGES2
-rw-r--r--apps/app_queue.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 30b6f2a7e..febf1ee27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,5 +27,5 @@ Changes since Asterisk 1.4-beta was branched:
called MEMBERNAME which contains the member's name.
* Added Masquerade manager event for when a masquerade happens between
two channels.
- * Added 'Strat' field to manager event QueueParams which represents
+ * Added 'Strategy' field to manager event QueueParams which represents
the queue strategy in use.
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"