summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index ed422fae..a5f890c9 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -4748,7 +4748,7 @@ void cflineParseTemplateName(struct filed *f, char** pp,
while(*p && isspace(*p))
++p;
- i = 1; /* we start at 1 so that we resever space for the '\0'! */
+ i = 1; /* we start at 1 so that we reserve space for the '\0'! */
while(*p && i < iLenTemplate) {
*pTemplateName++ = *p++;
++i;