changeset 15609:61d08b092a9d

Add correct typo ghostscript_binary -> ghostscript.binary. * scripts/plot/private/__print_parse_opts__.m: Correct typo. ghostscript_binary -> ghostscript.binary ("." not "_").
author Dmitri A. Sergatskov <dasergatskov@gmail.com>
date Mon, 12 Nov 2012 08:09:43 -0500
parents 147c81948626
children 8b04a7d67d8a
files scripts/plot/private/__print_parse_opts__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/private/__print_parse_opts__.m	Sun Nov 11 14:38:14 2012 -0500
+++ b/scripts/plot/private/__print_parse_opts__.m	Mon Nov 12 08:09:43 2012 -0500
@@ -140,7 +140,7 @@
           error ("print: Ghostscript binary ""%s"" could not be located",
                  arg(3:end));
         else
-          arg_st.ghostscript_binary = __quote_path__ (arg_st.ghostscript_binary);
+          arg_st.ghostscript.binary = __quote_path__ (arg_st.ghostscript.binary);
         endif
       elseif (length (arg) > 2 && arg(1:2) == "-F")
         idx = rindex (arg, ":");