diff src/symtab.cc @ 696:ecd5db3cf273

[project @ 1994-09-12 14:42:29 by jwe]
author jwe
date Mon, 12 Sep 1994 14:42:29 +0000
parents 8e4e7e5f307e
children 42731861ee09
line wrap: on
line diff
--- a/src/symtab.cc	Sat Sep 10 18:06:51 1994 +0000
+++ b/src/symtab.cc	Mon Sep 12 14:42:29 1994 +0000
@@ -633,7 +633,7 @@
       else if (is_function ())
 	tag = "function";
 	
-      ::error ("can't redefined read-only %s `%s'", tag, nm);
+      ::error ("can't redefine read-only %s `%s'", tag, nm);
 
       return 1;
     }