From b858db8ae2798048fbde7150f4b5bd02f909e167 Mon Sep 17 00:00:00 2001 From: Jim O'Regan Date: Mon, 20 Jul 2015 17:46:35 +0100 Subject: [PATCH] typo --- classify/outfeat.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/classify/outfeat.cpp b/classify/outfeat.cpp index 0b7e8355b..6d79b4423 100644 --- a/classify/outfeat.cpp +++ b/classify/outfeat.cpp @@ -15,9 +15,9 @@ ** See the License for the specific language governing permissions and ** limitations under the License. ******************************************************************************/ -/**---------------------------------------------------------------------------- +/*---------------------------------------------------------------------------- Include Files and Type Defines -----------------------------------------------------------------------------**/ +----------------------------------------------------------------------------*/ #include "outfeat.h" #include "classify.h" @@ -156,7 +156,7 @@ void ConvertToOutlineFeatures(MFOUTLINE Outline, FEATURE_SET FeatureSet) { * renormalizes the outline-features to force this average * to be the x origin (i.e. x=0). * @param FeatureSet outline-features to be normalized - * @eturn none (FeatureSet is changed) + * @return none (FeatureSet is changed) * @note Globals: none * @note Exceptions: none * @note History: 11/13/90, DSJ, Created.