spelling fixes for matsushita backend

merge-requests/540/head
Peter Marschall 2020-08-29 08:26:33 +02:00
rodzic 452f21c1e2
commit 15d95a5b1b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -934,7 +934,7 @@ matsushita_sense_handler (int scsi_fd, unsigned char *result, void __sane_unused
case 0x06:
if (asc == 0x29)
{
/* Reset occured. May be the backend should retry the
/* Reset occurred. May be the backend should retry the
* command. */
return SANE_STATUS_GOOD;
}

Wyświetl plik

@ -271,7 +271,7 @@ struct paper_sizes
/*--------------------------------------------------------------------------*/
/* Define a scanner occurence. */
/* Define a scanner occurrence. */
typedef struct Matsushita_Scanner
{
struct Matsushita_Scanner *next;