aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 6aced1082..f1e000163 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -1326,7 +1326,7 @@ static char *handle_cli_dialplan_reload(struct ast_cli_entry *e, int cmd, struct
pbx_builtin_clear_globals();
pbx_load_module();
- ast_cli(a->fd, "Dialplan reloaded.\n");
+ ast_cli(a->fd, "Dialplan reloaded.\n");
return CLI_SUCCESS;
}