Fix typo (bug #914)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-01-26 05:32:30 +00:00
parent 662e7238ef
commit 2078c0d1bf

View File

@@ -336,7 +336,7 @@ static struct ast_cli_entry reload_logger_cli =
static struct ast_cli_entry rotate_logger_cli =
{ { "logger", "rotate", NULL },
handle_logger_rotate, "Reopens the log files",
handle_logger_rotate, "Rotates and reopens the log files",
logger_rotate_help };
static int handle_SIGXFSZ(int sig) {