From 4ed81df60ae37c3cbe39122ad20b4916957022fa Mon Sep 17 00:00:00 2001 From: __JosephAbbey Date: Sat, 5 Jul 2025 13:57:35 +0100 Subject: [PATCH] Fix spelling of Bluetooth Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: __JosephAbbey --- source/WebLog.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/WebLog.mc b/source/WebLog.mc index e47fadd..53858f9 100644 --- a/source/WebLog.mc +++ b/source/WebLog.mc @@ -20,7 +20,7 @@ using Toybox.System; //! WebLog provides a logging and hence debugging aid for when the application is //! deployed to the watch. This is only used for development and use of it must not //! persist into a deployed version. It uses a string buffer to group log entries into -//! larger submissions in order to prevent overflow of the blue tooth stack. +//! larger submissions in order to prevent overflow of the Bluetooth stack. //! //! Usage: //!