fixed typo
authorceriel <none@none>
Wed, 29 Jun 1988 13:13:49 +0000 (13:13 +0000)
committerceriel <none@none>
Wed, 29 Jun 1988 13:13:49 +0000 (13:13 +0000)
lang/m2/comp/type.c

index 6baede0..d592e95 100644 (file)
@@ -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");