From fd0be84db57825472483432390fc4b87d29b4fbe Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Mon, 25 May 2020 17:49:22 +0200 Subject: Fix typos throughout the codebase --- camlibs/ptp2/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camlibs/ptp2/usb.c') diff --git a/camlibs/ptp2/usb.c b/camlibs/ptp2/usb.c index 860f9c1e6..3716adad3 100644 --- a/camlibs/ptp2/usb.c +++ b/camlibs/ptp2/usb.c @@ -449,7 +449,7 @@ ptp_usb_getdata (PTPParams* params, PTPContainer* ptp, PTPDataHandler *handler) ret = translate_gp_result_to_ptp(res); break; } else - do_retry = FALSE; /* once we have succesfully read any data, don't try again */ + do_retry = FALSE; /* once we have successfully read any data, don't try again */ ret = handler->putfunc (params, handler->priv, res, data); if (ret != PTP_RC_OK) break; -- cgit v1.2.1