From 31800f61c314ad9a8bb6d822c307570a0dfcd72d Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 3 Oct 2006 20:17:40 +0000 Subject: 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 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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" -- cgit v1.2.3