summaryrefslogtreecommitdiff
path: root/camlibs/mustek
diff options
context:
space:
mode:
authorSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:49:22 +0200
committerSijawusz Pur Rahnama <sija@sija.pl>2020-05-25 17:55:09 +0200
commitfd0be84db57825472483432390fc4b87d29b4fbe (patch)
tree24b6a09976a57c208369ab75246cf75356f8c5bb /camlibs/mustek
parentacafc3324695b6f51ada104af461fdf8905b03cd (diff)
downloadlibgphoto2-fd0be84db57825472483432390fc4b87d29b4fbe.tar.gz
Fix typos throughout the codebase
Diffstat (limited to 'camlibs/mustek')
-rw-r--r--camlibs/mustek/README.mustek2
-rw-r--r--camlibs/mustek/STATUS2
-rw-r--r--camlibs/mustek/io.c2
-rw-r--r--camlibs/mustek/mdc800_spec.h2
-rw-r--r--camlibs/mustek/mustek-config.c2
-rw-r--r--camlibs/mustek/usb.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/camlibs/mustek/README.mustek b/camlibs/mustek/README.mustek
index 8f713d3a5..5eb57281f 100644
--- a/camlibs/mustek/README.mustek
+++ b/camlibs/mustek/README.mustek
@@ -14,7 +14,7 @@ History :
10.01.2000 The Library was ported to the ne iolib. It uses also
the USB Interfave from Johannes Erdfeld. This makes it
- unneccessary to have a special Kernelmodul for the
+ unnecessary to have a special Kernelmodul for the
Mustek.
In camera.h there is added a new entry, so you can select
wether you want to use USB or rs232. This is needed
diff --git a/camlibs/mustek/STATUS b/camlibs/mustek/STATUS
index ccb20b573..1dade542e 100644
--- a/camlibs/mustek/STATUS
+++ b/camlibs/mustek/STATUS
@@ -3,7 +3,7 @@ Current Status:
It compiles.
Due to the USB Interrupt reading the driver is not yet working with USB.
-Sometimes the correct interrupt data is transfered, most time it isn't.
+Sometimes the correct interrupt data is transferred, most time it isn't.
I do not have a serial cable :/
diff --git a/camlibs/mustek/io.c b/camlibs/mustek/io.c
index 0436a9d71..0bd1f24b9 100644
--- a/camlibs/mustek/io.c
+++ b/camlibs/mustek/io.c
@@ -41,7 +41,7 @@
#include "mdc800_spec.h"
/*
- * Send a Command to the Camera. It is unimportent wether this
+ * Send a Command to the Camera. It is unimportant wether this
* is a USB or a RS232 Command. The Function implements an automatic
* retry of a failed command.
*
diff --git a/camlibs/mustek/mdc800_spec.h b/camlibs/mustek/mdc800_spec.h
index 3384e21c7..16d325d0b 100644
--- a/camlibs/mustek/mdc800_spec.h
+++ b/camlibs/mustek/mdc800_spec.h
@@ -17,7 +17,7 @@
*/
/*
- * Definition of Commands and usefull structs.
+ * Definition of Commands and useful structs.
*/
#ifndef DEFINE_MDC800_SPEC_H
diff --git a/camlibs/mustek/mustek-config.c b/camlibs/mustek/mustek-config.c
index e78c79a4b..04ecdfd7d 100644
--- a/camlibs/mustek/mustek-config.c
+++ b/camlibs/mustek/mustek-config.c
@@ -291,7 +291,7 @@ void mdc800_disposeDialog (void)
/*****************************************************************************
- Set Dialog Field / Set Konfiguration from Dialog
+ Set Dialog Field / Set Configuration from Dialog
******************************************************************************/
int mdc800_setupDialog (void)
diff --git a/camlibs/mustek/usb.c b/camlibs/mustek/usb.c
index 75d3e1547..d9abb3021 100644
--- a/camlibs/mustek/usb.c
+++ b/camlibs/mustek/usb.c
@@ -104,7 +104,7 @@ static int mdc800_usb_readFromIrq (GPPort *port,int type,unsigned char* data,int
{
if (!(mdc800_usb_isReady(data)||mdc800_usb_isBusy(data))) {
fprintf(stderr,"got data.\n");
- /* Data received successfull */
+ /* Data received successfully */
return GP_OK;
}
} else {