silly typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5237 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-03-23 21:45:05 +00:00
parent aa25b367d6
commit f0c880d6f6

View File

@@ -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;
}