spelling fixes for teco3 backend

merge-requests/540/head
Peter Marschall 2020-08-28 18:35:49 +02:00
rodzic 78bf42e04e
commit f4385e21c3
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1946,7 +1946,7 @@ sane_get_parameters (SANE_Handle handle, SANE_Parameters * params)
/* If the scanner does not have enough memory, it will
* send the raw rasters instead of returning a full
* interleaved line. Unfortunatly this does not work well,
* interleaved line. Unfortunately this does not work well,
* because I don't know how to compute the color
* shifting. So here is the result of some trial and error
* process. This is ignored if the scanner has a RAM
@ -2036,7 +2036,7 @@ sane_start (SANE_Handle handle)
return SANE_STATUS_NO_MEM;
}
/* Rasters are meaningfull only in color mode. */
/* Rasters are meaningful only in color mode. */
dev->raster_size = dev->params.pixels_per_line;
dev->raster_real = dev->params.lines * 3;
dev->raster_num = 0;

Wyświetl plik

@ -296,7 +296,7 @@ struct scanners_supported
/*--------------------------------------------------------------------------*/
/* Define a scanner occurence. */
/* Define a scanner occurrence. */
typedef struct Teco_Scanner
{
struct Teco_Scanner *next;