# HG changeset patch # User Dmitri A. Sergatskov # Date 1352725783 18000 # Node ID 61d08b092a9db762a4e278dd5be019d4223d310c # Parent 147c819486267892bfd092b2ce8dbd5bc1c1dbc2 Add correct typo ghostscript_binary -> ghostscript.binary. * scripts/plot/private/__print_parse_opts__.m: Correct typo. ghostscript_binary -> ghostscript.binary ("." not "_"). diff -r 147c81948626 -r 61d08b092a9d scripts/plot/private/__print_parse_opts__.m --- 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, ":");