aboutsummaryrefslogtreecommitdiffstats
path: root/logger.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-26 05:32:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-26 05:32:30 +0000
commit468cc0858a6008cb944d46ec4c87b6926a9902b3 (patch)
treef74e96fb885ce469b57087e8b91c0196740eaf43 /logger.c
parent7bc3b62b57af599f9f3cabeb2bba50e67c062316 (diff)
Fix typo (bug #914)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2072 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'logger.c')
-rwxr-xr-xlogger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logger.c b/logger.c
index 8c3f1f92e..42b4013ec 100755
--- a/logger.c
+++ b/logger.c
@@ -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) {