changeset 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 513c4fd440b1
files libinterp/dldfcn/__init_gnuplot__.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__init_gnuplot__.cc	Wed Aug 04 15:08:01 2021 -0700
+++ b/libinterp/dldfcn/__init_gnuplot__.cc	Wed Aug 04 21:32:53 2021 -0700
@@ -77,7 +77,7 @@
 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\
+be notified and will not update its internal list of open figure windows.\n\
 The qt toolkit is recommended instead.\n");
 
           warned = true;