summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-03-23 21:45:05 +0000
committerRussell Bryant <russell@russellbryant.com>2005-03-23 21:45:05 +0000
commitf0c880d6f632c6b5e5ea54e46e35cb6a5e6a4048 (patch)
tree74fbbbff0004177902e1800934b2452336bc6f6a /pbx/pbx_config.c
parentaa25b367d65cf5016d7e1c6e8ebcf801e79f556c (diff)
silly typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5237 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_config.c')
-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;
}