From 2bb0a7342b5d1a260649908da3671274415922b3 Mon Sep 17 00:00:00 2001 From: Roger Pettett Date: Wed, 31 Jan 2024 15:04:33 +0000 Subject: [PATCH] Update UpdateCoreData.swift --- Meshtastic/Persistence/UpdateCoreData.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Persistence/UpdateCoreData.swift b/Meshtastic/Persistence/UpdateCoreData.swift index 0794cbea..b7edbb4a 100644 --- a/Meshtastic/Persistence/UpdateCoreData.swift +++ b/Meshtastic/Persistence/UpdateCoreData.swift @@ -877,7 +877,7 @@ func upsertExternalNotificationModuleConfigPacket(config: Meshtastic.ModuleConfi print("💥 Error Updating Core Data ExternalNotificationConfigEntity: \(nsError)") } } else { - print("💥 No Nodes found in local database matching node number \(nodeNum) unable to save External Notifiation Module Config") + print("💥 No Nodes found in local database matching node number \(nodeNum) unable to save External Notification Module Config") } } catch { let nsError = error as NSError