diff options
author | Nikias Bassen | 2021-01-09 04:22:41 +0100 |
---|---|---|
committer | Nikias Bassen | 2021-01-09 04:22:41 +0100 |
commit | ecb81751f14af6699aef2ea03d54ec08401a40d5 (patch) | |
tree | dc723d21d23b02ed1c7b836c869e5df548efe5f1 | |
parent | 7021c1ae173abfa47c67d883e8eacad75986d2f2 (diff) | |
download | usbmuxd-ecb81751f14af6699aef2ea03d54ec08401a40d5.tar.gz usbmuxd-ecb81751f14af6699aef2ea03d54ec08401a40d5.tar.bz2 |
Fix typo in usbmuxd-proto.h
Thanks to @timgates32 for spotting this.
-rw-r--r-- | src/usbmuxd-proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usbmuxd-proto.h b/src/usbmuxd-proto.h index 9416416..93df00e 100644 --- a/src/usbmuxd-proto.h +++ b/src/usbmuxd-proto.h @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* Protocol defintion for usbmuxd proxy protocol */ +/* Protocol definition for usbmuxd proxy protocol */ #ifndef USBMUXD_PROTO_H #define USBMUXD_PROTO_H |