changeset 19306:26d1c3b73174

* rotate.m: Fix typo.
author John W. Eaton <jwe@octave.org>
date Thu, 16 Oct 2014 15:32:12 -0400
parents 030d56f67363
children dc64f1c4a33e
files scripts/plot/util/rotate.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);