From cfd27ef2ad8b005fd47ab41ef29b71d9e3d48201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 8 Oct 2015 12:32:49 +0200 Subject: Imported Upstream version 1.0.25 --- backend/artec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/artec.c') diff --git a/backend/artec.c b/backend/artec.c index 212de34..46aa8b6 100644 --- a/backend/artec.c +++ b/backend/artec.c @@ -607,7 +607,7 @@ sense_handler (int fd, u_char * sense, void *arg) return SANE_STATUS_IO_ERROR; } default: - DBG (2, "sense: Unkown Error Code Qualifier (%02x)\n", sense[0]); + DBG (2, "sense: Unknown Error Code Qualifier (%02x)\n", sense[0]); return SANE_STATUS_IO_ERROR; } @@ -1305,7 +1305,7 @@ artec_set_scan_window (SANE_Handle handle) { /* top left X value */ /* the select area is flipped across the page, so we have to do some */ - /* calculation here to get the the real starting X value */ + /* calculation here to get the real starting X value */ max_x = (int) ((SANE_UNFIX (s->hw->x_range.max) / MM_PER_INCH) * s->x_resolution); reversed_x = max_x - s->tl_x - s->params.pixels_per_line; -- cgit v1.2.3