Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4126)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4165)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.268 2005-06-07 01:03:45 jhoblitt Exp $
+%%% $Id: psLibSDRS.tex,v 1.269 2005-06-09 00:35:55 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -1565,7 +1565,7 @@
 psS16, psU8, psU16, psF32, psF64, psC32, psC64}.
 
-\begin{protype}
+\begin{prototype}
 psImage *psImageAlloc(psU32 numCols, psU32 numRows, psElemType type);
-\end{protype}
+\end{prototype}
 Create an image of a specified \code{numCols}, \code{numRows}, and data
 \code{type}.  This function must allow any of the valid image data
@@ -1573,5 +1573,5 @@
 dimensionality must be 2.  
 
-\begin{protype}
+\begin{prototype}
 psImage* psImageRecycle(
     psImage* old,                       ///< the psImage to recycle by resizing image buffer
@@ -1580,5 +1580,5 @@
     const psElemType type               ///< the desired datatype of the image
 );
-\end{protype}
+\end{prototype}
 \code{psImageRecycle} shall recycle the input \code{old} image, such
 that the output \code{psImage} matches the specified size
