From bbb6b11f3de214ed5318a3fd3bba0756d3ca137e Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 18 Sep 2024 08:48:07 +0200 Subject: [PATCH] occaisionally -> occasionally --- src/hidapi/ios/hid.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hidapi/ios/hid.m b/src/hidapi/ios/hid.m index bfa375c18b..af8f766135 100644 --- a/src/hidapi/ios/hid.m +++ b/src/hidapi/ios/hid.m @@ -403,7 +403,7 @@ typedef enum NSLog( @"CoreBluetooth BLE hardware is powered on and ready" ); // at startup, if we have no already attached peripherals, do a 20s scan for new unpaired devices, - // otherwise callers should occaisionally do additional scans. we don't want to continuously be + // otherwise callers should occasionally do additional scans. we don't want to continuously be // scanning because it drains battery, causes other nearby people to have a hard time pairing their // Steam Controllers, and may also trigger firmware weirdness when a device attempts to start // the pairing sequence multiple times concurrently