# HG changeset patch # User Rik # Date 1435942535 25200 # Node ID 9de6949ec15f49c16053f63f1d4867789f51a8d0 # Parent c5a8eff5a05dfd8e2899189cdcac4209f54bccf9 graphics_toolkit.m: Fix typo in error message. * graphics_toolkit.m: Change 'to' to 'too'. diff -r c5a8eff5a05d -r 9de6949ec15f scripts/plot/util/graphics_toolkit.m --- a/scripts/plot/util/graphics_toolkit.m Fri Jul 03 16:53:08 2015 +0100 +++ b/scripts/plot/util/graphics_toolkit.m Fri Jul 03 09:55:35 2015 -0700 @@ -87,7 +87,7 @@ if (strcmp (name, "gnuplot")) valid_version = __gnuplot_has_feature__ ("minimum_version"); if (valid_version != 1) - error ("graphics_toolkit: gnuplot version to old."); + error ("graphics_toolkit: gnuplot version too old."); endif endif feval (["__init_", name, "__"]);