aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {