# 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 --git a/libinterp/corefcn/toplev.cc b/libinterp/corefcn/toplev.cc --- a/libinterp/corefcn/toplev.cc +++ b/libinterp/corefcn/toplev.cc @@ -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\