From 5fb11a1e4bee2731bca35c2f3903d5741a351ec0 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Fri, 16 Sep 2011 20:42:54 +0000 Subject: [PATCH] Fixed typo in comment --- motorApp/NewportSrc/XPSAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NewportSrc/XPSAxis.cpp b/motorApp/NewportSrc/XPSAxis.cpp index aa774fbd..42286d83 100644 --- a/motorApp/NewportSrc/XPSAxis.cpp +++ b/motorApp/NewportSrc/XPSAxis.cpp @@ -1132,7 +1132,7 @@ asynStatus XPSAxis::PositionerCorrectorPIDDualFFVoltageSet() /** Function to define the motor positions for a profile move. * This calls the base class function to convert to steps, but since the - * XPS works in user-units we need to do an additional convertion by stepSize_. + * XPS works in user-units we need to do an additional conversion by stepSize_. * \param[in] positions Array of profile positions for this axis in user units. * \param[in] numPoints The number of positions in the array. */