diff options
author | freddii <[email protected]> | 2021-01-22 22:03:39 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2021-02-25 18:46:31 +0100 |
commit | 1fbc0da51f35d3778bfd6329331442c07255ed55 (patch) | |
tree | 7e9d8fd1821883e62e4eaf8080e1ce655fbd7fab /win/CS/HandBrakeWPF/Model | |
parent | 861fb711b167b03ec878f511f1ac9f297d55cbbd (diff) |
fixed typos
Diffstat (limited to 'win/CS/HandBrakeWPF/Model')
-rw-r--r-- | win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs b/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs index 473dd49c6..e2ea285ce 100644 --- a/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs +++ b/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs @@ -583,7 +583,7 @@ namespace HandBrakeWPF.Model.Audio } /// <summary> - /// Restrict the available mixdowns to those that the enocder actually supports. + /// Restrict the available mixdowns to those that the encoder actually supports. /// </summary> private void SetupMixdowns() { |