From 2f628a1106054946b6e3bfc4a279a3203329f879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 1 Nov 2016 11:56:46 +0100 Subject: [PATCH] Fix another typo --- tool/src/org/antlr/v4/tool/ErrorType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/src/org/antlr/v4/tool/ErrorType.java b/tool/src/org/antlr/v4/tool/ErrorType.java index 32bb57475..28f78f90f 100644 --- a/tool/src/org/antlr/v4/tool/ErrorType.java +++ b/tool/src/org/antlr/v4/tool/ErrorType.java @@ -328,9 +328,9 @@ public enum ErrorType { /** * Compiler Error 79. * - *

missing arguments(s) on rule reference: rule

+ *

missing argument(s) on rule reference: rule

*/ - MISSING_RULE_ARGS(79, "missing arguments(s) on rule reference: ", ErrorSeverity.ERROR), + MISSING_RULE_ARGS(79, "missing argument(s) on rule reference: ", ErrorSeverity.ERROR), /** * Compiler Error 80. *