usbmuxd/0001-Fix-typo-in-usbmuxd-proto.h.patch
cherry530 b068a4e525 sync 22.03-sp3 code to 24.03
Signed-off-by: cherry530 <707078654@qq.com>
2024-04-01 11:19:13 +08:00

27 lines
727 B
Diff

From ecb81751f14af6699aef2ea03d54ec08401a40d5 Mon Sep 17 00:00:00 2001
From: Nikias Bassen <nikias@gmx.li>
Date: Sat, 9 Jan 2021 04:22:41 +0100
Subject: [PATCH] Fix typo in usbmuxd-proto.h
Thanks to @timgates32 for spotting this.
---
src/usbmuxd-proto.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.33.0