From 31800f61c314ad9a8bb6d822c307570a0dfcd72d Mon Sep 17 00:00:00 2001
From: Joshua Colp <jcolp@digium.com>
Date: Tue, 3 Oct 2006 20:17:40 +0000
Subject: [PATCH] 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
---
 CHANGES          | 2 +-
 apps/app_queue.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 30b6f2a7eb..febf1ee279 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 fb2799356f..e3b6ea6053 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"
-- 
GitLab