diff options
author | Nikias Bassen | 2022-01-02 05:37:11 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-01-02 05:37:11 +0100 |
commit | eefcbbca949ffaaa5b2d1c0cee85e38a22db3f92 (patch) | |
tree | ccdc326e9a9d3159585a818aae46514ce31a87cb | |
parent | 2ec5354a6ff2ba5e2740eabe7402186f29294f79 (diff) | |
download | libusbmuxd-eefcbbca949ffaaa5b2d1c0cee85e38a22db3f92.tar.gz libusbmuxd-eefcbbca949ffaaa5b2d1c0cee85e38a22db3f92.tar.bz2 |
Fix typo in comment
Thanks to @timgates42 for pointing this out.
-rw-r--r-- | src/libusbmuxd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libusbmuxd.c b/src/libusbmuxd.c index b16936a..23d549b 100644 --- a/src/libusbmuxd.c +++ b/src/libusbmuxd.c @@ -1380,7 +1380,7 @@ retry: free(payload); } else { // we _should_ have all of them now. - // or perhaps an error occured. + // or perhaps an error occurred. break; } } |