# HG changeset patch # User John W. Eaton # Date 1413487932 14400 # Node ID 26d1c3b731747d3955873ff0ef613706ede5d86d # Parent 030d56f673634d9007e4b017e576a2e2cf3f5efa * rotate.m: Fix typo. diff -r 030d56f67363 -r 26d1c3b73174 scripts/plot/util/rotate.m --- a/scripts/plot/util/rotate.m Wed Oct 15 22:35:59 2014 -0400 +++ b/scripts/plot/util/rotate.m Thu Oct 16 15:32:12 2014 -0400 @@ -39,7 +39,7 @@ ## algorithm between Octave and Matlab. if (nargin < 3 || nargin > 4) - print_unage (); + print_usage (); endif is_h = ishandle (h);