From a3df4cdda20620054133c024637b2d9ab875ff9d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 18 Oct 2005 20:48:34 +0000 Subject: [PATCH] fix typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6823 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_dundi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index c006c52287..c7d52979cd 100755 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -2509,7 +2509,7 @@ static int dundi_show_peers(int fd, int argc, char *argv[]) online_peers++; } else { - strcpy(status, "UNKOWN"); + strcpy(status, "UNKNOWN"); offline_peers++; } } else {