spelling fixes for dell1600n backend

merge-requests/540/head
Peter Marschall 2020-08-29 08:40:56 +02:00
rodzic 9d368fd7a8
commit a36cf4afda
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -122,7 +122,7 @@ struct ScannerState
int m_numPages; /* number of complete pages (host byte order) */ int m_numPages; /* number of complete pages (host byte order) */
struct ComBuf m_pageInfo; /* "array" of numPages PageInfo structs */ struct ComBuf m_pageInfo; /* "array" of numPages PageInfo structs */
int m_bFinish; /* set non-0 to signal that we are finished */ int m_bFinish; /* set non-0 to signal that we are finished */
int m_bCancelled; /* set non-0 that bFinish state arose from cancelation */ int m_bCancelled; /* set non-0 that bFinish state arose from cancellation */
char m_regName[REG_NAME_SIZE]; /* name with which to register */ char m_regName[REG_NAME_SIZE]; /* name with which to register */
unsigned short m_xres; /* x resolution (network byte order) */ unsigned short m_xres; /* x resolution (network byte order) */
unsigned short m_yres; /* y resolution (network byte order) */ unsigned short m_yres; /* y resolution (network byte order) */
@ -697,7 +697,7 @@ sane_start (SANE_Handle handle)
if (!ValidScannerNumber (iHandle)) if (!ValidScannerNumber (iHandle))
return SANE_STATUS_INVAL; return SANE_STATUS_INVAL;
/* check if we still have oustanding pages of data on this handle */ /* check if we still have outstanding pages of data on this handle */
if (gOpenScanners[iHandle]->m_imageData.m_used){ if (gOpenScanners[iHandle]->m_imageData.m_used){
/* remove empty page */ /* remove empty page */
@ -1751,7 +1751,7 @@ cleanup:
/***********************************************************/ /***********************************************************/
/* remove data from the front of a ComBuf struct /* remove data from the front of a ComBuf struct
\return 0 if sucessful, >0 otherwise \return 0 if successful, >0 otherwise
*/ */
int int
PopFromComBuf (struct ComBuf *pBuf, size_t datSize) PopFromComBuf (struct ComBuf *pBuf, size_t datSize)