Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Aug 16, 2023
1 parent b30354c commit d79edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camlibs/ptp2/library.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d79edf0

Please sign in to comment.