Source code string typo fixes

merge-requests/1/head
Jörg Frings-Fürst 2017-05-13 18:03:42 +09:00 zatwierdzone przez Olaf Meeuwissen
rodzic 09cf70563a
commit e21bb28e50
24 zmienionych plików z 33 dodań i 33 usunięć

Wyświetl plik

@ -2634,7 +2634,7 @@ sane_cancel (SANE_Handle handle)
if (s->AbortedByUser)
{
DBG (FLOW_CONTROL,
"sane_cancel: Allready Aborted. Please Wait...\n");
"sane_cancel: Already Aborted. Please Wait...\n");
}
else
{
@ -2648,7 +2648,7 @@ sane_cancel (SANE_Handle handle)
if (s->AbortedByUser)
{
DBG (FLOW_CONTROL, "sane_cancel: Scan has not been Initiated yet, "
"or it is allready aborted.\n");
"or it is already aborted.\n");
s->AbortedByUser = SANE_FALSE;
sanei_scsi_cmd (s->fd, test_unit_ready,
sizeof (test_unit_ready), 0, 0);

Wyświetl plik

@ -576,8 +576,8 @@ as6e_open (AS6E_Scan * s)
execlp ("as6edriver", "as6edriver", "-s", inpipe_desc,
outpipe_desc, datapipe_desc, (char *) 0);
DBG (1, "The SANE backend was unable to start \"as6edriver\".\n");
DBG (1, "This must be installed in a driectory in your PATH.\n");
DBG (1, "To aquire the as6edriver program,\n");
DBG (1, "This must be installed in a directory in your PATH.\n");
DBG (1, "To acquire the as6edriver program,\n");
DBG (1, "go to http://as6edriver.sourceforge.net.\n");
write (ctlinpipe[WRITEPIPE], &exec_result, sizeof (exec_result));
exit (-1);

Wyświetl plik

@ -652,7 +652,7 @@ _4btol(SANE_Byte *bytes)
#define SANE_NAME_BARCODE_HMIN "barcode-hmin"
#define SANE_TITLE_BARCODE_HMIN "Barcode Minimum Height"
#define SANE_DESC_BARCODE_HMIN "Sets the Barcode Minimun Height (larger values increase recognition speed)"
#define SANE_DESC_BARCODE_HMIN "Sets the Barcode Minimum Height (larger values increase recognition speed)"
#define SANE_NAME_BARCODE_SEARCH_MODE "barcode-search-mode"
#define SANE_TITLE_BARCODE_SEARCH_MODE "Barcode Search Mode"

Wyświetl plik

@ -238,7 +238,7 @@ request_sense_parse (unsigned char *sensed_data)
case 0x6:
if ((0x29 == asc) && (0x0 == ascq))
DBG (1, "\t%d/%d/%d: Power On, Reset, or Bus Device Reset Occured\n", sense, asc, ascq);
DBG (1, "\t%d/%d/%d: Power On, Reset, or Bus Device Reset Occurred\n", sense, asc, ascq);
else if ((0x2a == asc) && (0x1 == ascq))
DBG (1, "\t%d/%d/%d: Mode Parameters Changed\n", sense, asc, ascq);
else

Wyświetl plik

@ -1751,7 +1751,7 @@ init_vpd (struct fujitsu *s)
DBG (15, " sync next feed: %d\n", get_IN_sync_next_feed(in));
s->has_op_halt = get_IN_op_halt(in);
DBG (15, " object postion halt: %d\n", s->has_op_halt);
DBG (15, " object position halt: %d\n", s->has_op_halt);
}
ret = SANE_STATUS_GOOD;

Wyświetl plik

@ -1999,7 +1999,7 @@ gl646_set_fe (Genesys_Device * dev, uint8_t set, int dpi)
/* Wolfson type frontend */
if ((dev->reg[reg_0x04].value & REG04_FESET) != 0x03)
{
DBG (DBG_proc, "gl646_set_fe(): unspported frontend type %d\n",
DBG (DBG_proc, "gl646_set_fe(): unsupported frontend type %d\n",
dev->reg[reg_0x04].value & REG04_FESET);
return SANE_STATUS_UNSUPPORTED;
}

Wyświetl plik

@ -1747,13 +1747,13 @@ read_dir (SANE_String dir, SANE_Bool read_files)
{
if (gp_list_free (dir_list) < 0)
{
DBG (0, "%s: errror: gp_list_free failed\n", f);
DBG (0, "%s: error: gp_list_free failed\n", f);
}
dir_list = NULL;
}
if (gp_list_new (&dir_list) < 0)
{
DBG (0, "%s: errror: gp_list_new failed\n", f);
DBG (0, "%s: error: gp_list_new failed\n", f);
}
if (read_files)

Wyświetl plik

@ -2346,7 +2346,7 @@ sane_cancel (SANE_Handle handle)
else
{
DBG (4, "sane_cancel: scan has not been initiated yet, "
"or it is allready aborted\n");
"or it is already aborted\n");
}
DBG (5, "sane_cancel: exit\n");

Wyświetl plik

@ -2081,7 +2081,7 @@ hp_scl_strerror (int errnum)
case 1024: return "ADF Paper Jam";
case 1025: return "Home Position Missing";
case 1026: return "Paper Not Loaded";
default: return "??Unkown Error??";
default: return "??Unknown Error??";
}
}

Wyświetl plik

@ -110,7 +110,7 @@
#define SANE_NAME_BARCODE_HMIN "barcode-hmin"
#define SANE_TITLE_BARCODE_HMIN "Barcode Minimum Height"
#define SANE_DESC_BARCODE_HMIN "Sets the Barcode Minimun Height (larger values increase recognition speed)"
#define SANE_DESC_BARCODE_HMIN "Sets the Barcode Minimum Height (larger values increase recognition speed)"
#define SANE_NAME_BARCODE_SEARCH_MODE "barcode-search-mode"
#define SANE_TITLE_BARCODE_SEARCH_MODE "Barcode Search Mode"

Wyświetl plik

@ -373,7 +373,7 @@ print_sense_data (int dbg_level, SENSE_DATA * data)
(data->sense_key & 0x0F));
DBG (dbg_level, "Information Byte = %lu\n", _4btol (data->information));
DBG (dbg_level, "Additional Sense Length = %d\n", data->sense_length);
DBG (dbg_level, "Command Specific Infomation = %lu\n",
DBG (dbg_level, "Command Specific Information = %lu\n",
_4btol (data->command_specific_information));
DBG (dbg_level, "Additional Sense Code = %#x\n", data->sense_code);
DBG (dbg_level, "Additional Sense Code Qualifier = %#x\n",

Wyświetl plik

@ -5138,7 +5138,7 @@ scsi_sense_handler (int fd, u_char *sense, void *arg)
else if ( asc == 0x3d && ascq == 0x00)
DBG(5, "scsi_sense_handler: Invalid bit in IDENTIFY\n");
else if ( asc == 0x2c && ascq == 0x02 )
/* Ok */ DBG(5, "scsi_sense_handler: Invalid comb. of windows specfied\n");
/* Ok */ DBG(5, "scsi_sense_handler: Invalid comb. of windows specified\n");
else if ( asc == 0x20 && ascq == 0x00 )
/* Ok */ DBG(5, "scsi_sense_handler: Invalid command opcode\n");
else if ( asc == 0x24 && ascq == 0x00 )

Wyświetl plik

@ -1669,7 +1669,7 @@ attach (SANE_String_Const devname, Mustek_Device ** devp, SANE_Bool may_wait)
DBG (0,
"WARNING: Your scanner was detected by the SANE Mustek backend, "
"but\n it is not fully tested. It may or may not work. Be "
"carefull and read\n the PROBLEMS file in the sane directory. "
"careful and read\n the PROBLEMS file in the sane directory. "
"Please set the debug level of this\n backend to maximum "
"(export SANE_DEBUG_MUSTEK=255) and send the output of\n "
"scanimage -L to the SANE mailing list sane-devel@lists.alioth.debian.org. "

Wyświetl plik

@ -1572,7 +1572,7 @@ sane_cancel (SANE_Handle handle)
else
{
DBG (4, "sane_cancel: scan has not been initiated yet, "
"or it is allready aborted\n");
"or it is already aborted\n");
}
DBG (5, "sane_cancel: exit\n");
return;

Wyświetl plik

@ -4302,7 +4302,7 @@ Asic_SetSource (PAsic chip, LIGHTSOURCE lsLightSource)
DBG (DBG_ASIC, "Asic_SetSource: Source is Reflect\n");
break;
case 2:
DBG (DBG_ASIC, "Asic_SetSource: Source is Postion\n");
DBG (DBG_ASIC, "Asic_SetSource: Source is Position\n");
break;
case 4:
DBG (DBG_ASIC, "Asic_SetSource: Source is Negtive\n");

Wyświetl plik

@ -7702,7 +7702,7 @@ park_head (struct Rts8891_Device *dev, SANE_Bool wait)
sanei_rts88xx_read_reg (dev->devnum, CONTROLER_REG, &reg);
if (reg != 0x20)
{
DBG (DBG_warn, "park_head: unexpected controler value 0x%02x\n", reg);
DBG (DBG_warn, "park_head: unexpected controller value 0x%02x\n", reg);
}
/* head parking */

Wyświetl plik

@ -686,7 +686,7 @@ sanei_rts88xx_setup_nvram (SANE_Int devnum, SANE_Int length,
if (status != SANE_STATUS_GOOD)
{
DBG (DBG_error,
"sanei_rts88xx_setup_nvram : controler register write failed\n");
"sanei_rts88xx_setup_nvram : controller register write failed\n");
return status;
}
reg = 1;
@ -694,7 +694,7 @@ sanei_rts88xx_setup_nvram (SANE_Int devnum, SANE_Int length,
if (status != SANE_STATUS_GOOD)
{
DBG (DBG_error,
"sanei_rts88xx_setup_nvram : controler register write failed\n");
"sanei_rts88xx_setup_nvram : controller register write failed\n");
return status;
}
return status;

Wyświetl plik

@ -370,7 +370,7 @@ sense_handler(int __sane_unused__ fd, u_char *sense_buffer, void *s)
DBG(10, "error: invalid field in parameter list\n");
return SANE_STATUS_IO_ERROR;
case 0x29:
DBG(10, "note: reset occured\n");
DBG(10, "note: reset occurred\n");
return SANE_STATUS_GOOD;
case 0x2a:
DBG(10, "note: mode parameter change\n");
@ -495,7 +495,7 @@ sense_handler(int __sane_unused__ fd, u_char *sense_buffer, void *s)
switch (add_sense_code)
{
case 0x29:
DBG(5, "unit attention: reset occured\n");
DBG(5, "unit attention: reset occurred\n");
return SANE_STATUS_GOOD;
case 0x2a:
DBG(5, "unit attention: parameter changed by "

Wyświetl plik

@ -399,7 +399,7 @@ static void umax_print_inquiry(Umax_Device *dev)
DBG_inq_nz(" - relative address\n", get_inquiry_scsi_reladr(inquiry_block));
DBG_inq_nz(" - wide bus 32 bit\n", get_inquiry_scsi_wbus32(inquiry_block));
DBG_inq_nz(" - wide bus 16 bit\n", get_inquiry_scsi_wbus16(inquiry_block));
DBG_inq_nz(" - syncronous neg.\n", get_inquiry_scsi_sync(inquiry_block));
DBG_inq_nz(" - synchronous neg.\n", get_inquiry_scsi_sync(inquiry_block));
DBG_inq_nz(" - linked commands\n", get_inquiry_scsi_linked(inquiry_block));
DBG_inq_nz(" - (reserved)\n", get_inquiry_scsi_R(inquiry_block));
DBG_inq_nz(" - command queueing\n", get_inquiry_scsi_cmdqueue(inquiry_block));
@ -526,7 +526,7 @@ static void umax_print_inquiry(Umax_Device *dev)
DBG_inq_nz(" + ADF: no paper\n", get_inquiry_ADF_no_paper(inquiry_block));
DBG_inq_nz(" + ADF: cover open\n", get_inquiry_ADF_cover_open(inquiry_block));
DBG_inq_nz(" + ADF: paper jam\n", get_inquiry_ADF_paper_jam(inquiry_block));
DBG_inq_nz(" - unknwon flag; 0x63 bit 3\n", get_inquiry_0x63_bit3(inquiry_block));
DBG_inq_nz(" - unknown flag; 0x63 bit 3\n", get_inquiry_0x63_bit3(inquiry_block));
DBG_inq_nz(" - unknown lfag: 0x63 bit 4\n", get_inquiry_0x63_bit4(inquiry_block));
DBG_inq_nz(" - lens calib in doc pos\n", get_inquiry_lens_cal_in_doc_pos(inquiry_block));
DBG_inq_nz(" - manual focus\n", get_inquiry_manual_focus(inquiry_block));
@ -7624,7 +7624,7 @@ SANE_Status sane_start(SANE_Handle handle)
/* of the x-origin defined by the scanner`s inquiry */
if (scanner->device->dor != 0) /* dor mode active */
{
DBG(DBG_info,"substracting DOR x-origin-offset from upper left x\n");
DBG(DBG_info,"subtracting DOR x-origin-offset from upper left x\n");
scanner->device->upper_left_x -= scanner->device->inquiry_dor_x_off * scanner->device->x_coordinate_base; /* correct DOR x-origin */
if (scanner->device->upper_left_x < 0) /* rounding errors may create a negative value */

Wyświetl plik

@ -388,7 +388,7 @@ umax_pp_try_ports (SANEI_Config * config, char **ports)
ports[i]);
else
DBG (3,
"umax_pp_try_ports: attach to port `%s' successfull\n",
"umax_pp_try_ports: attach to port `%s' successful\n",
ports[i]);
}
free (ports[i]);

Wyświetl plik

@ -839,7 +839,7 @@ sanei_parport_find_device (void)
i = 0;
while (devices[i] != NULL)
{
DBG (16, "Controling %s: ", devices[i]);
DBG (16, "Controlling %s: ", devices[i]);
file = open (devices[i], O_RDWR);
if (file < 0)
{
@ -1072,7 +1072,7 @@ sanei_umax_pp_initPort (int port, char *name)
if (rc)
{
DBG (16,
"umax_pp: ppdev couldn't negociate mode IEEE1284_MODE_EPP for '%s' (ignored)\n",
"umax_pp: ppdev couldn't negotiate mode IEEE1284_MODE_EPP for '%s' (ignored)\n",
name);
}
if (ioctl (fd, PPSETMODE, &mode))
@ -1098,7 +1098,7 @@ sanei_umax_pp_initPort (int port, char *name)
if (rc)
{
DBG (16,
"umax_pp: ppdev couldn't negociate mode IEEE1284_MODE_ECP for '%s' (ignored)\n",
"umax_pp: ppdev couldn't negotiate mode IEEE1284_MODE_ECP for '%s' (ignored)\n",
name);
}
if (ioctl (fd, PPSETMODE, &mode))

Wyświetl plik

@ -309,7 +309,7 @@ pa4s2_init (SANE_Status *status)
if (first_time == SANE_FALSE)
{
DBG (5, "pa4s2_init: sanei already initalized\n");
DBG (5, "pa4s2_init: sanei already initialized\n");
status = SANE_STATUS_GOOD;
return 0;
}

Wyświetl plik

@ -695,7 +695,7 @@ pp_init( void )
#endif
if( first_time == SANE_FALSE ) {
DBG( 5, "pp_init: already initalized\n" );
DBG( 5, "pp_init: already initialized\n" );
return SANE_STATUS_GOOD;
}

Wyświetl plik

@ -2074,7 +2074,7 @@ main (int argc, char **argv)
if (!check_mustek_pp_device() && verbose > 0)
printf ("\n # No Mustek parallel port scanners found. If you expected"
" something\n # different, make sure the scanner is correctly"
" connected to your computer\n # and you have apropriate"
" connected to your computer\n # and you have appropriate"
" access rights.\n");
}
else if (verbose > 0)