summaryrefslogtreecommitdiffstats
path: root/template.c
diff options
context:
space:
mode:
Diffstat (limited to 'template.c')
-rw-r--r--template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.c b/template.c
index 304ecad9..7e4febc5 100644
--- a/template.c
+++ b/template.c
@@ -358,7 +358,7 @@ struct template *tplAddLine(char* pName, char** ppRestOfConfLine)
}
++p;
- /* we finally got to the actual template string - so let's have some fun... */
+ /* we finally go to the actual template string - so let's have some fun... */
bDone = *p ? 0 : 1;
while(!bDone) {
switch(*p) {