From 13363096f7dbab7e65141fabdb16585ef8bc8904 Mon Sep 17 00:00:00 2001 From: Dirkster99 Date: Tue, 23 Apr 2019 19:06:24 +0200 Subject: [PATCH] correct spelling in comments --- source/Components/MLib/Interfaces/IAppearanceManager.cs | 2 +- source/Components/MLib/Internal/AppearanceManagerImpl.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Components/MLib/Interfaces/IAppearanceManager.cs b/source/Components/MLib/Interfaces/IAppearanceManager.cs index 8393f9b..d5ede51 100644 --- a/source/Components/MLib/Interfaces/IAppearanceManager.cs +++ b/source/Components/MLib/Interfaces/IAppearanceManager.cs @@ -43,7 +43,7 @@ public interface IAppearanceManager IThemeInfo GetDefaultTheme(); /// - /// Set the current them as a selection of the settings service peroperties + /// Set the current them as a selection of the settings service properties /// along with the given accentcolor. /// /// Collections of themes to select the new theme from. diff --git a/source/Components/MLib/Internal/AppearanceManagerImpl.cs b/source/Components/MLib/Internal/AppearanceManagerImpl.cs index 45a64c3..96a9781 100644 --- a/source/Components/MLib/Internal/AppearanceManagerImpl.cs +++ b/source/Components/MLib/Internal/AppearanceManagerImpl.cs @@ -97,7 +97,7 @@ public IThemeInfo GetDefaultTheme() } /// - /// Set the current theme as a selection of the settings service peroperties. + /// Set the current theme as a selection of the settings service properties. /// /// Collections of themes to select the new theme from. /// Name od the theme to be set (e.g.: Dark, Light)