diff options
Diffstat (limited to 'src/libusb1-glue.c')
-rw-r--r-- | src/libusb1-glue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libusb1-glue.c b/src/libusb1-glue.c index a601fce..67ba277 100644 --- a/src/libusb1-glue.c +++ b/src/libusb1-glue.c @@ -130,7 +130,7 @@ static int usb_get_endpoint_status(PTP_USB* ptp_usb, * successful. * @param numdevs a pointer to an integer that will hold the number * of devices in the device list if the call was successful. - * @return 0 if the list was successfull retrieved, any other + * @return 0 if the list was successful retrieved, any other * value means failure. */ int LIBMTP_Get_Supported_Devices_List(LIBMTP_device_entry_t ** const devices, @@ -751,7 +751,7 @@ void dump_usbinfo(PTP_USB *ptp_usb) } /** - * Retrieve the apropriate playlist extension for this + * Retrieve the appropriate playlist extension for this * device. Rather hacky at the moment. This is probably * desired by the managing software, but when creating * lists on the device itself you notice certain preferences. |