comparison 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
comparison
equal deleted inserted replaced
27967:6628a284d56d 27983:44a019d01aa5
1061 endif 1061 endif
1062 1062
1063 if (isempty (opts.svgconvert_binary)) 1063 if (isempty (opts.svgconvert_binary))
1064 warning ("octave:print:nosvgconvert", ... 1064 warning ("octave:print:nosvgconvert", ...
1065 ["print.m: unale to find octave-svgconvert, ", ... 1065 ["print.m: unale to find octave-svgconvert, ", ...
1066 "falling back to eps convertion"]); 1066 "falling back to eps conversion"]);
1067 else 1067 else
1068 fontdir = getenv ("OCTAVE_FONTS_DIR"); 1068 fontdir = getenv ("OCTAVE_FONTS_DIR");
1069 1069
1070 if (isempty (fontdir)) 1070 if (isempty (fontdir))
1071 fontdir = __octave_config_info__ ("octfontsdir"); 1071 fontdir = __octave_config_info__ ("octfontsdir");