# HG changeset patch # User jwe # Date 1057683062 0 # Node ID 3e94126d807113382ae2b3779211dc0c42b5e882 # Parent 9a22062074028f97a250c3f964c089a38beac375 [project @ 2003-07-08 16:51:02 by jwe] diff -r 9a2206207402 -r 3e94126d8071 src/defun.cc --- a/src/defun.cc Mon Jul 07 20:05:46 2003 +0000 +++ b/src/defun.cc Tue Jul 08 16:51:02 2003 +0000 @@ -73,7 +73,7 @@ warning ("incompatible version %s found in function `%s'", version.c_str (), fcn.c_str ()); warning ("this can lead to incorrect results or other failures"); - warning ("you can fix this problem by recmpiling this .oct file"); + warning ("you can fix this problem by recompiling this .oct file"); } }