From fd845ffb5ecf5d215be3e13ff91ef83524ccade5 Mon Sep 17 00:00:00 2001
From: "Kevin P. Fleming" <kpfleming@digium.com>
Date: Fri, 25 Jul 2008 20:56:43 +0000
Subject: [PATCH] minor change to test automerge

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@133819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 main/logger.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/logger.c b/main/logger.c
index 28304eff92..341a624bf4 100644
--- a/main/logger.c
+++ b/main/logger.c
@@ -28,7 +28,7 @@
 /*
  * define _ASTERISK_LOGGER_H to prevent the inclusion of logger.h;
  * it redefines LOG_* which we need to define syslog_level_map.
- * Later, we force the inclusion of logger.h again.
+ * later, we force the inclusion of logger.h again.
  */
 #define _ASTERISK_LOGGER_H
 #include "asterisk.h"
-- 
GitLab