preproc.c: Fix error message typo
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 9 Aug 2010 16:17:17 +0000 (20:17 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 9 Aug 2010 16:17:17 +0000 (20:17 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c

index 64c481a..4aff704 100644 (file)
--- a/preproc.c
+++ b/preproc.c
@@ -2900,7 +2900,7 @@ issue_error:
             }
             count = reloc_value(evalresult);
             if (count >= REP_LIMIT) {
-                error(ERR_NONFATAL, "`%%rep' evalue exceeds limit");
+                error(ERR_NONFATAL, "`%%rep' value exceeds limit");
                 count = 0;
             } else
                 count++;