# HG changeset patch # User Daniel J Sebald # Date 1421901160 28800 # Node ID 7005044f3080e6f70650a4e29a9354df0b2b9ea2 # Parent 446c46af4b429aeb9b894699c6344c8abee10182 Correct missing word in output of warranty(). * toplev.cc (Fwarranty): Add missing word "is" to output. diff -r 446c46af4b42 -r 7005044f3080 libinterp/corefcn/toplev.cc --- a/libinterp/corefcn/toplev.cc Tue Jan 20 08:26:57 2015 -0500 +++ b/libinterp/corefcn/toplev.cc Wed Jan 21 20:32:40 2015 -0800 @@ -808,7 +808,7 @@ octave_stdout << "\n" << octave_name_version_and_copyright () << "\n\ \n\ -GNU Octave free software; you can redistribute it and/or modify\n\ +GNU Octave is free software; you can redistribute it and/or modify\n\ it under the terms of the GNU General Public License as published by\n\ the Free Software Foundation; either version 3 of the License, or\n\ (at your option) any later version.\n\