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/p5_device.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'backend/p5_device.h') diff --git a/backend/p5_device.h b/backend/p5_device.h index 744fe1c..c914279 100644 --- a/backend/p5_device.h +++ b/backend/p5_device.h @@ -13,9 +13,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 . */ /** @file p5_device.h @@ -85,7 +83,7 @@ typedef struct P5_Calibration_Data /** * This structure describes a particular model which is handled by the backend. - * Contained data is immutable and is used to initalize the P5_Device + * Contained data is immutable and is used to initialize the P5_Device * structure. */ typedef struct P5_Model @@ -178,7 +176,7 @@ typedef struct P5_Device struct P5_Device *next; /** - * Points to a structure that decribes model capabilities, geometry + * Points to a structure that describes model capabilities, geometry * and default settings. */ P5_Model *model; @@ -197,7 +195,7 @@ typedef struct P5_Device SANE_Bool local; /** - * True if device has been intialized. + * True if device has been initialized. */ SANE_Bool initialized; @@ -211,7 +209,7 @@ typedef struct P5_Device /** @brief scan parameters * The scan done by the hardware can be different from the one at the SANE * frontend session. For instance: - * - xdpy and ydpi may be different to accomodate hardware capabilites. + * - xdpy and ydpi may be different to accommodate hardware capabilities. * - many CCD scanners need to scan more lines to correct the 'line * distance shift' effect. * - emulated modes (lineart from gray scan, or gray scan for color one) -- cgit v1.2.3