comparison libinterp/dldfcn/__init_gnuplot__.cc @ 29942:7dbbdd00db4a

Fix second typo in gnuplot warning message (bug #61010). * __init_gnuplot__.cc (gnuplot_graphics_toolkit::gnuplot_graphics_toolkit): Fix typo "it's" -> "its".
author Rik <rik@octave.org>
date Wed, 04 Aug 2021 21:32:53 -0700
parents 5f1390d6b5b4
children 32c3a5805893
comparison
equal deleted inserted replaced
29941:5f1390d6b5b4 29942:7dbbdd00db4a
75 of limitations that are unlikely to be fixed. Communication with gnuplot\n\ 75 of limitations that are unlikely to be fixed. Communication with gnuplot\n\
76 uses a one-directional pipe and limited information is passed back to the\n\ 76 uses a one-directional pipe and limited information is passed back to the\n\
77 Octave interpreter so most changes made interactively in the plot window\n\ 77 Octave interpreter so most changes made interactively in the plot window\n\
78 will not be reflected in the graphics properties managed by Octave. For\n\ 78 will not be reflected in the graphics properties managed by Octave. For\n\
79 example, if the plot window is closed with a mouse click, Octave will not\n\ 79 example, if the plot window is closed with a mouse click, Octave will not\n\
80 be notified and will not update it's internal list of open figure windows.\n\ 80 be notified and will not update its internal list of open figure windows.\n\
81 The qt toolkit is recommended instead.\n"); 81 The qt toolkit is recommended instead.\n");
82 82
83 warned = true; 83 warned = true;
84 } 84 }
85 } 85 }