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/kvs1025_low.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/kvs1025_low.h') diff --git a/backend/kvs1025_low.h b/backend/kvs1025_low.h index 9c92832..ba8da24 100644 --- a/backend/kvs1025_low.h +++ b/backend/kvs1025_low.h @@ -99,7 +99,7 @@ typedef enum OPT_RESOLUTION, /* X and Y resolution */ OPT_DUPLEX, /* Duplex mode */ OPT_SCAN_SOURCE, /* Scan source, fixed to ADF */ - OPT_FEEDER_MODE, /* Feeder mode, fixed to Continous */ + OPT_FEEDER_MODE, /* Feeder mode, fixed to Continuous */ OPT_LONGPAPER, /* Long paper mode */ OPT_LENGTHCTL, /* Length control mode */ OPT_MANUALFEED, /* Manual feed mode */ @@ -190,7 +190,7 @@ typedef struct kv_scanner_dev int bytes_to_read[2]; /* bytes to read */ /* --------------------------------------------------------------------- */ - /* values used by the software enhancment code (deskew, crop, etc) */ + /* values used by the software enhancement code (deskew, crop, etc) */ SANE_Status deskew_stat; int deskew_vals[2]; double deskew_slope; -- cgit v1.2.3