changeset 15611:773892abfd93 stable

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 7ba5ff95467e
children 7f4e7073b2e0
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
@@ -123,7 +123,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, ":");