# HG changeset patch # User jwe # Date 1057683062 0 # Node ID 3e94126d807113382ae2b3779211dc0c42b5e882 # Parent 9a22062074028f97a250c3f964c089a38beac375 [project @ 2003-07-08 16:51:02 by jwe] diff --git a/src/defun.cc b/src/defun.cc --- a/src/defun.cc +++ b/src/defun.cc @@ -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"); } }