Index: trunk/psModules/src/pmObjects.h
===================================================================
--- trunk/psModules/src/pmObjects.h	(revision 3628)
+++ trunk/psModules/src/pmObjects.h	(revision 3629)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-01 20:47:40 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-01 21:38:27 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -114,5 +114,5 @@
 the location (x value) of all peaks.
  *****************************************************************************/
-psVector *pmFindVectorPeeks(const psVector *vector, ///< The input vector (psF32)
+psVector *pmFindVectorPeaks(const psVector *vector, ///< The input vector (psF32)
                             psF32 threshold  ///< Threshold above which to find a peak
                            );
@@ -123,5 +123,5 @@
 value) of all peaks.
  *****************************************************************************/
-psList *pmFindImagePeeks(const psImage *image, ///< The input image where peaks will be found (psF32)
+psList *pmFindImagePeaks(const psImage *image, ///< The input image where peaks will be found (psF32)
                          psF32 threshold ///< Threshold above which to find a peak
                         );
@@ -133,5 +133,5 @@
 XXX: Do we free the psList elements of those culled peaks?
  *****************************************************************************/
-psList *pmCullPeeks(psList *peaks,  ///< The psList of peaks to be culled
+psList *pmCullPeaks(psList *peaks,  ///< The psList of peaks to be culled
                     psF32 maxValue,  ///< Cull peaks above this value
                     const psRegion *valid ///< Cull peaks otside this psRegion
