Mercurial > hg > octave-lyh
changeset 4445:3e94126d8071
[project @ 2003-07-08 16:51:02 by jwe]
author | jwe |
---|---|
date | Tue, 08 Jul 2003 16:51:02 +0000 |
parents | 9a2206207402 |
children | 3cd9ddde2da2 |
files | src/defun.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"); } }