fix spelling
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 19 Jul 1985 09:58:57 +0000 (01:58 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 19 Jul 1985 09:58:57 +0000 (01:58 -0800)
SCCS-vsn: usr.bin/f77/pass1.vax/exec.c 5.3

usr/src/usr.bin/f77/pass1.vax/exec.c

index 80a4d1f..a2c4413 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)exec.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)exec.c     5.3 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -243,7 +243,7 @@ if(lp->tag != TPRIM)
 else if(lp->namep->vclass!=CLVAR && lp->argsp)
        {
        if(parstate >= INEXEC)
 else if(lp->namep->vclass!=CLVAR && lp->argsp)
        {
        if(parstate >= INEXEC)
-               err("assignment to an undimemsioned array");
+               err("assignment to an undimensioned array");
        else
                mkstfunct(lp, rp);
        }
        else
                mkstfunct(lp, rp);
        }