changeset 696:ecd5db3cf273

[project @ 1994-09-12 14:42:29 by jwe]
author jwe
date Mon, 12 Sep 1994 14:42:29 +0000
parents bcd781d5e148
children cedda9d4af11
files src/symtab.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
     }