Mercurial > hg > octave-nkf
changeset 20510:9de6949ec15f
graphics_toolkit.m: Fix typo in error message.
* graphics_toolkit.m: Change 'to' to 'too'.
author | Rik <rik@octave.org> |
---|---|
date | Fri, 03 Jul 2015 09:55:35 -0700 |
parents | c5a8eff5a05d |
children | eca5aa3225f4 |
files | scripts/plot/util/graphics_toolkit.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/util/graphics_toolkit.m +++ b/scripts/plot/util/graphics_toolkit.m @@ -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, "__"]);