projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8c0ef
)
fix typo
author
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 18 Oct 2005 20:48:34 +0000
(20:48 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 18 Oct 2005 20:48:34 +0000
(20:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6823
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
pbx/pbx_dundi.c
patch
|
blob
|
history
diff --git
a/pbx/pbx_dundi.c
b/pbx/pbx_dundi.c
index
c006c52
..
c7d5297
100755
(executable)
--- 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 {