Procházet zdrojové kódy

Fix typo in log statement

Deniz Cengiz před 1 rokem
rodič
revize
308147bf61
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
         }