From 519138c871c31eb6255a3c435ded5578779c3f4b Mon Sep 17 00:00:00 2001 From: Collin Green Date: Thu, 12 Sep 2024 13:05:41 -0700 Subject: [PATCH] docs typo - replace none-standard with non-standard --- misc/understanding_idevice_protocol_layers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/understanding_idevice_protocol_layers.md b/misc/understanding_idevice_protocol_layers.md index 9357881b..d136ab36 100644 --- a/misc/understanding_idevice_protocol_layers.md +++ b/misc/understanding_idevice_protocol_layers.md @@ -344,10 +344,10 @@ different pairing logic, leading into two different "Trust/Don't Trust" dialogs the same). Since all this communication is IP-based, but without any additional exported TCP port from the device, `usbmuxd` can't -help us here. Instead, starting at iOS 16.0, when connecting an iDevice, it exports another none-standard USB-Ethernet +help us here. Instead, starting at iOS 16.0, when connecting an iDevice, it exports another non-standard USB-Ethernet adapter (with IPv6 link-local address), placing us in a subnet with the device's `remoted`. -As we've said this communication is none-standard, and requires either: +As we've said this communication is non-standard, and requires either: - macOS Monterey or higher - Special driver on your linux/windows machine