# HG changeset patch # User Rik # Date 1628114881 25200 # Node ID 5f1390d6b5b4a3d899231a5c7887ddffe9e858e1 # Parent e02d9388662190b57c90a32ae6d96d78afaf788d 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. diff -r e02d93886621 -r 5f1390d6b5b4 libinterp/dldfcn/__init_gnuplot__.cc --- 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; }