Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Thanks to @timgates42 for pointing this out.
  • Loading branch information
nikias committed Jan 2, 2022
1 parent 2ec5354 commit eefcbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libusbmuxd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ USBMUXD_API int usbmuxd_get_device_list(usbmuxd_device_info_t **device_list)
free(payload);
} else {
// we _should_ have all of them now.
// or perhaps an error occured.
// or perhaps an error occurred.
break;
}
}
Expand Down

0 comments on commit eefcbbc

Please sign in to comment.