From 351b7328520c16730ceb46e5acae16038c42185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Feb 2021 18:24:19 +0100 Subject: New upstream version 1.0.32 --- backend/plustek-pp_motor.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'backend/plustek-pp_motor.c') diff --git a/backend/plustek-pp_motor.c b/backend/plustek-pp_motor.c index c48710e..ac6d458 100644 --- a/backend/plustek-pp_motor.c +++ b/backend/plustek-pp_motor.c @@ -53,9 +53,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * along with this program. If not, see . * * As a special exception, the authors of SANE give permission for * additional uses of the libraries contained in this release of SANE. @@ -81,7 +79,7 @@ */ #include "plustek-pp_scan.h" -/*************************** some definitons *********************************/ +/*************************** some definitions *********************************/ /* #define _A3I_EN */ @@ -203,7 +201,7 @@ static void motorP96GetStartStopGap( pScanData ps, Bool fCheckState ) /*............................................................................. - * wait for the ScanState stop or ScanState reachs the dwScanStateCount + * wait for the ScanState stop or ScanState reaches the dwScanStateCount */ static Bool motorCheckMotorPresetLength( pScanData ps ) { @@ -2040,7 +2038,7 @@ static void motorGoHalfStep1( pScanData ps ) } /*............................................................................. - * when loosing data, we use this function to go back some lines and read them + * when losing data, we use this function to go back some lines and read them * again... */ static void motorP96WaitBack( pScanData ps ) @@ -2126,7 +2124,7 @@ static void motorP96WaitBack( pScanData ps ) } /*............................................................................. - * when loosing data, we use this function to go back some lines and read them + * when losing data, we use this function to go back some lines and read them * again... */ static void motorP98WaitBack( pScanData ps ) @@ -2523,7 +2521,7 @@ static void motorP98SetSpeed( pScanData ps, Byte bSpeed, Bool fSetRunState ) if((lastFifoState > _P96_FIFOOVERFLOWTHRESH) && (bData < lastFifoState)) { - DBG( DBG_HIGH, "FIFO OVERFLOW, loosing data !!\n" ); + DBG( DBG_HIGH, "FIFO OVERFLOW, losing data !!\n" ); overflow = _TRUE; } lastFifoState = bData; -- cgit v1.2.3