diff --git a/Wino.Core.Domain/Interfaces/IPreferencesService.cs b/Wino.Core.Domain/Interfaces/IPreferencesService.cs index 51e7eb22..95def0d5 100644 --- a/Wino.Core.Domain/Interfaces/IPreferencesService.cs +++ b/Wino.Core.Domain/Interfaces/IPreferencesService.cs @@ -77,7 +77,7 @@ public interface IPreferencesService: INotifyPropertyChanged int MarkAsDelay { get; set; } /// - /// Setting: Ask comfirmation from the user during permanent delete. + /// Setting: Ask confirmation from the user during permanent delete. /// bool IsHardDeleteProtectionEnabled { get; set; }