[Asterisk-cvs] asterisk/pbx pbx_dundi.c,1.42,1.43

kpfleming kpfleming
Tue Oct 18 16:54:41 CDT 2005


Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv8169/pbx

Modified Files:
	pbx_dundi.c 
Log Message:
fix typo


Index: pbx_dundi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_dundi.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- pbx_dundi.c	14 Sep 2005 20:46:50 -0000	1.42
+++ pbx_dundi.c	18 Oct 2005 20:48:34 -0000	1.43
@@ -2509,7 +2509,7 @@
 				online_peers++;
 			}
 			else {
-				strcpy(status, "UNKOWN");
+				strcpy(status, "UNKNOWN");
 				offline_peers++;
 			}
 		} else {




More information about the svn-commits mailing list