summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--preproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/preproc.c b/preproc.c
index 64c481ad..4aff7043 100644
--- 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++;