diff src/error.cc @ 3600:c11d138d654a

[project @ 2000-02-24 03:55:32 by jwe]
author jwe
date Thu, 24 Feb 2000 03:55:33 +0000
parents d9803711e047
children 0886bbb236cb
line wrap: on
line diff
--- a/src/error.cc
+++ b/src/error.cc
@@ -354,9 +354,9 @@
 @deftypefn {Built-in Function} {} warning (@var{msg})\n\
 Print a warning message @var{msg} prefixed by the string @samp{warning: }.  \n\
 After printing the warning message, Octave will continue to execute\n\
-commands.  You should use this function should when you want to notify\n\
-the user of an unusual condition, but only when it makes sense for your\n\
-program to go on.\n\
+commands.  You should use this function when you want to notify the user\n\
+of an unusual condition, but only when it makes sense for your program\n\
+to go on.\n\
 @end deftypefn")
 {
   return handle_message (warning, "unspecified warning", args);