aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-18 20:48:34 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-18 20:48:34 +0000
commit3f7ec7e31040dbf0d0287d5faa1bea6817f807d0 (patch)
treec36637cee13283d59fc1cd70f80c17b57b8a9005 /pbx
parent411e4b1362196d9a4d4ea8abba20752ee8659568 (diff)
fix typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6823 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rwxr-xr-xpbx/pbx_dundi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index c006c5228..c7d52979c 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 {