summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
diff options
context:
space:
mode:
authorluz.paz <[email protected]>2018-02-07 10:54:59 -0500
committerScott <[email protected]>2018-02-20 18:10:44 +0000
commit2d1c8541460c2b63d46eb1a278adacee14a55556 (patch)
treebaf9c409edfb51f1a2b649b1f6e2291ff0524b76 /win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
parent5ce54df39b61c5b104f83d7ce291e67eada56efc (diff)
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
index 8a61aa610..6c2bf0eca 100644
--- a/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
@@ -142,7 +142,7 @@ namespace HandBrakeWPF.ViewModels
// Live Preview
this.userSettingService = userSettingService;
this.errorService = errorService;
- this.encodeService = new LibEncode(); // Preview needs a seperate instance rather than the shared singleton. This could maybe do with being refactored at some point
+ this.encodeService = new LibEncode(); // Preview needs a separate instance rather than the shared singleton. This could maybe do with being refactored at some point
this.Title = "Preview";
this.Percentage = "0.00%";