From 87e43e89780f6ff6763f297609bcfec15b0f0b73 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:44:01 -0500 Subject: [PATCH] spelling: asynchronous Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/include/bluetooth/reconnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/bluetooth/reconnect.h b/src/include/bluetooth/reconnect.h index c3060033..36a9df22 100644 --- a/src/include/bluetooth/reconnect.h +++ b/src/include/bluetooth/reconnect.h @@ -29,7 +29,7 @@ void bt_driver_reconnect_resume(void); //! Attempt to reconnect to the last connected remote device and restore //! connections to the Bluetooth Classic profile (iSPP). -//! This is an asynchonous operation. A call to this function returns quickly. +//! This is an asynchronous operation. A call to this function returns quickly. //! If the last connected remote device and services are already connected, or //! if the device is not an iOS device, this function does not do much. //! @param ignore_paused If true, this call will attempt to reconnect,