From f4e72b5a997c1591abd7917a6615c5ffbadc2623 Mon Sep 17 00:00:00 2001 From: stax76 Date: Mon, 11 Oct 2021 12:50:27 +0200 Subject: [PATCH] typo --- src/Misc/CorePlayer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Misc/CorePlayer.cs b/src/Misc/CorePlayer.cs index b0ac030..9b7eeaf 100644 --- a/src/Misc/CorePlayer.cs +++ b/src/Misc/CorePlayer.cs @@ -194,7 +194,7 @@ namespace mpvnet } } - void ApplyCompatibilityFixex() + void ApplyCompatibilityFixes() { if (!App.Settings.InputDefaultBindingsFixApplied) { @@ -290,7 +290,7 @@ namespace mpvnet get { if (_Conf == null) { - ApplyCompatibilityFixex(); + ApplyCompatibilityFixes(); _Conf = new Dictionary();