Skip to content
Snippets Groups Projects
Commit 2078c0d1 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix typo (bug #914)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 662e7238
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,7 @@ static struct ast_cli_entry reload_logger_cli = ...@@ -336,7 +336,7 @@ static struct ast_cli_entry reload_logger_cli =
static struct ast_cli_entry rotate_logger_cli = static struct ast_cli_entry rotate_logger_cli =
{ { "logger", "rotate", NULL }, { { "logger", "rotate", NULL },
handle_logger_rotate, "Reopens the log files", handle_logger_rotate, "Rotates and reopens the log files",
logger_rotate_help }; logger_rotate_help };
static int handle_SIGXFSZ(int sig) { static int handle_SIGXFSZ(int sig) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment