Skip to content

Commit

Permalink
correct spelling in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Apr 23, 2019
1 parent 354373b commit 1336309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Components/MLib/Interfaces/IAppearanceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public interface IAppearanceManager
IThemeInfo GetDefaultTheme();

/// <summary>
/// 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.
/// </summary>
/// <param name="Themes">Collections of themes to select the new theme from.</param>
Expand Down
2 changes: 1 addition & 1 deletion source/Components/MLib/Internal/AppearanceManagerImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public IThemeInfo GetDefaultTheme()
}

/// <summary>
/// Set the current theme as a selection of the settings service peroperties.
/// Set the current theme as a selection of the settings service properties.
/// </summary>
/// <param name="Themes">Collections of themes to select the new theme from.</param>
/// <param name="themeName">Name od the theme to be set (e.g.: Dark, Light)</param>
Expand Down

0 comments on commit 1336309

Please sign in to comment.