diff scripts/image/image.m @ 10818:947adebb1336

scripts/image/image.m: fix texinfo
author Soren Hauberg <hauberg@gmail.com>
date Mon, 26 Jul 2010 12:46:21 +0200
parents d9147775da54
children 48a1812fcc3a
line wrap: on
line diff
--- a/scripts/image/image.m	Sun Jul 25 22:27:08 2010 -0700
+++ b/scripts/image/image.m	Mon Jul 26 12:46:21 2010 +0200
@@ -37,7 +37,7 @@
 ## upper left.  For ordinary plots, the origin is located in the lower
 ## left.  Octave handles this inversion by plotting the data normally,
 ## and then reversing the direction of the y-axis by setting the
-## @code{ydir) property to "reverse".  This has implications whenever
+## @code{ydir} property to "reverse".  This has implications whenever
 ## an image and an ordinary plot need to be overlaid.  The recommended
 ## solution is to display the image and then plot the reversed ydata
 ## using, for example, @code{flipud (ydata,1)}.