Browse Source

Fix typo in log statement

Deniz Cengiz 1 year ago
parent
commit
308147bf61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FreeAPS/Sources/APS/CGM/PluginSource.swift

+ 1 - 1
FreeAPS/Sources/APS/CGM/PluginSource.swift

@@ -141,7 +141,7 @@ extension PluginSource: CGMManagerDelegate {
         guard let trioFetchGlucoseManager = glucoseManager else {
             debug(
                 .deviceManager,
-                "Could not gracefully unwrap Trio FetchGlucoseManager upon observing LoopKit's cgmManangerDidUpdateState"
+                "Could not gracefully unwrap Trio FetchGlucoseManager upon observing LoopKit's cgmManagerDidUpdateState"
             )
             return
         }