From: ceriel Date: Wed, 29 Jun 1988 13:13:49 +0000 (+0000) Subject: fixed typo X-Git-Tag: release-5-5~3125 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3ed0f85ba779519c78c66ca98b4ced58c223621e;p=ack.git fixed typo --- diff --git a/lang/m2/comp/type.c b/lang/m2/comp/type.c index 6baede003..d592e95e8 100644 --- a/lang/m2/comp/type.c +++ b/lang/m2/comp/type.c @@ -306,7 +306,7 @@ chk_basesubrange(tp, base) else if (base == int_type) { if (tp->tp_next == card_type && ! chk_bounds(tp->sub_ub,max_int[(int)int_size],T_CARDINAL)){ - error("upperbound to large for type INTEGER"); + error("upperbound too large for type INTEGER"); } } else error("illegal base for a subrange");