diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs b/win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs index bcd0ab27d..5c85387df 100644 --- a/win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs +++ b/win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs @@ -3,7 +3,7 @@ // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// </copyright>
// <summary>
-// The User Setting Service Interace.
+// The User Setting Service Interface.
// </summary>
// --------------------------------------------------------------------------------------------------------------------
@@ -23,7 +23,7 @@ namespace HandBrakeWPF.Services.Interfaces public delegate void SettingEventHandler(object sender, SettingChangedEventArgs e);
/// <summary>
- /// The User Setting Service Interace.
+ /// The User Setting Service Interface.
/// </summary>
public interface IUserSettingService
{
|