aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 74f951f62..82eb9d6ec 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1157,7 +1157,7 @@ static int handle_save_dialplan(int fd, int argc, char *argv[])
return RESULT_FAILURE;
}
- ast_cli(fd, "Dialplane successfully saved into '%s'\n",
+ ast_cli(fd, "Dialplan successfully saved into '%s'\n",
filename);
return RESULT_SUCCESS;
}