diff scripts/plot/util/print.m @ 27983:44a019d01aa5 stable

fix more spelling errors (bug #57613) * file-editor-tab.cc, interpreter.h, octave-link.cc, lex.h, paren.m, perl.m, print.m: Fix spelling errors found by codespell.
author Mike Miller <mtmiller@octave.org>
date Tue, 21 Jan 2020 13:33:02 -0800
parents 493922902ae9
children ab22056e8c1f
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Mon Jan 20 14:16:49 2020 -0800
+++ b/scripts/plot/util/print.m	Tue Jan 21 13:33:02 2020 -0800
@@ -1063,7 +1063,7 @@
   if (isempty (opts.svgconvert_binary))
     warning ("octave:print:nosvgconvert", ...
              ["print.m: unale to find octave-svgconvert, ", ...
-              "falling back to eps convertion"]);
+              "falling back to eps conversion"]);
   else
     fontdir = getenv ("OCTAVE_FONTS_DIR");