libimobiledevice / libusbmuxd

A client library to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
589 stars 270 forks source link

Typo in iproxy.c printf (`connecion` -> `connection`) #132

Closed p0358 closed 1 year ago

p0358 commented 1 year ago

I noticed a small typo in these two lines:

https://github.com/libimobiledevice/libusbmuxd/blob/8d30a559cf0585625d9d05dc8ce0dd495b1de4f4/tools/iproxy.c#L157 https://github.com/libimobiledevice/libusbmuxd/blob/8d30a559cf0585625d9d05dc8ce0dd495b1de4f4/tools/iproxy.c#L160

I figured it might be better to just open an issue for it than PR...

nikias commented 1 year ago

Fixed with 30e678d4e76a9f4f8a550c34457dab73909bdd92. Thanks!