Parcourir la source

Fix typo in log statement

Deniz Cengiz il y a 1 an
Parent
commit
308147bf61
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
         }