# HG changeset patch # User Michael Godfrey # Date 1402420772 -3600 # Node ID 92e9d4710f78931c840c6b696b0a86ebc2274154 # Parent 4c3c3cf9ef585b75bd151ef0f1a9429953223844 Fix typo in graphics.in.h (bug #42535). * graphics.in.h: Change "perpective" to "perspective". diff -r 4c3c3cf9ef58 -r 92e9d4710f78 libinterp/corefcn/graphics.in.h --- a/libinterp/corefcn/graphics.in.h Tue Jun 10 18:44:49 2014 +0200 +++ b/libinterp/corefcn/graphics.in.h Tue Jun 10 18:19:32 2014 +0100 @@ -3735,7 +3735,7 @@ array_property plotboxaspectratio mu , Matrix (1, 3, 1.0) radio_property plotboxaspectratiomode u , "{auto}|manual" array_property position u , default_axes_position () - radio_property projection , "{orthographic}|perpective" + radio_property projection , "{orthographic}|perspective" radio_property tickdir mu , "{in}|out" radio_property tickdirmode u , "{auto}|manual" array_property ticklength u , default_axes_ticklength ()