Pārlūkot izejas kodu

HomeStateModel.swift: Replace "statut" with "status" in code comment

bjornoleh 2 gadi atpakaļ
vecāks
revīzija
86cfa272d0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      FreeAPS/Sources/Modules/Home/HomeStateModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/HomeStateModel.swift

@@ -350,7 +350,7 @@ extension Home {
             }
             }
         }
         }
 
 
-        /// Display the eventual statut message provided by the manager of the pump
+        /// Display the eventual status message provided by the manager of the pump
         /// Only display if state is warning or critical message else return nil
         /// Only display if state is warning or critical message else return nil
         private func displaypumpStatusHighlightMessage() {
         private func displaypumpStatusHighlightMessage() {
             DispatchQueue.main.async { [weak self] in
             DispatchQueue.main.async { [weak self] in