# HG changeset patch # User Rik # Date 1628137973 25200 # Node ID 7dbbdd00db4a9489ec058001dedc348c2dbdc96a # Parent 5f1390d6b5b4a3d899231a5c7887ddffe9e858e1 Fix second typo in gnuplot warning message (bug #61010). * __init_gnuplot__.cc (gnuplot_graphics_toolkit::gnuplot_graphics_toolkit): Fix typo "it's" -> "its". diff -r 5f1390d6b5b4 -r 7dbbdd00db4a libinterp/dldfcn/__init_gnuplot__.cc --- 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;