summaryrefslogtreecommitdiff
path: root/camlibs/mustek/usb.c
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/usb.c
parentacafc3324695b6f51ada104af461fdf8905b03cd (diff)
downloadlibgphoto2-fd0be84db57825472483432390fc4b87d29b4fbe.tar.gz
Fix typos throughout the codebase
Diffstat (limited to 'camlibs/mustek/usb.c')
-rw-r--r--camlibs/mustek/usb.c2
1 files changed, 1 insertions, 1 deletions
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 {