From d79edf0bba783851086866b166b3f29b6fb62ad8 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 16 Aug 2023 17:53:40 +0200 Subject: [PATCH] fix typo --- camlibs/ptp2/library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c index 04055b255f..302f594e5a 100644 --- a/camlibs/ptp2/library.c +++ b/camlibs/ptp2/library.c @@ -7206,7 +7206,7 @@ camera_wait_for_event (Camera *camera, int timeout, PTPDevicePropDesc dpd; *eventtype = GP_EVENT_UNKNOWN; - /* cached devprop should hafve been flushed I think... */ + /* cached devprop should have been flushed I think... */ C_PTP_REP (ptp_generic_getdevicepropdesc (params, event.Param1&0xffff, &dpd)); ret = camera_lookup_by_property(camera, &dpd, &name, &content, context);