changeset 29941:5f1390d6b5b4

Fix typo in gnuplot warning message (bug #61010) * __init_gnuplot__.cc (gnuplot_graphics_toolkit::gnuplot_graphics_toolkit): Fix typo in warning message and make recommendation to use qt toolkit stronger.
author Rik <rik@octave.org>
date Wed, 04 Aug 2021 15:08:01 -0700
parents e02d93886621
children 7dbbdd00db4a
files libinterp/dldfcn/__init_gnuplot__.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__init_gnuplot__.cc	Wed Aug 04 08:27:01 2021 -0700
+++ b/libinterp/dldfcn/__init_gnuplot__.cc	Wed Aug 04 15:08:01 2021 -0700
@@ -72,13 +72,13 @@
            "using the gnuplot graphics toolkit is discouraged\n\
 \n\
 The gnuplot graphics toolkit is not actively maintained and has a number\n\
-of limitations that are ulikely to be fixed.  Communication with gnuplot\n\
+of limitations that are unlikely to be fixed.  Communication with gnuplot\n\
 uses a one-directional pipe and limited information is passed back to the\n\
 Octave interpreter so most changes made interactively in the plot window\n\
 will not be reflected in the graphics properties managed by Octave.  For\n\
 example, if the plot window is closed with a mouse click, Octave will not\n\
 be notified and will not update it's internal list of open figure windows.\n\
-We recommend using the qt toolkit instead.\n");
+The qt toolkit is recommended instead.\n");
 
           warned = true;
       }