From f4a79b055445b2656ac9b4ba4880c708273e8509 Mon Sep 17 00:00:00 2001 From: jogo- Date: Mon, 7 Jun 2021 19:32:14 +0200 Subject: [PATCH] Merge pull request #20223 from jogo-:3.4_wp8_samples_typos * Fix typo in App.xaml.cs * Fix typo in App.xaml.cs * Fix typo in App.xaml.cs --- .../PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs | 4 ++-- .../PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs | 4 ++-- samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs b/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs index fd2a7c8466..73190e28f3 100644 --- a/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs +++ b/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs @@ -207,7 +207,7 @@ namespace PhoneXamlDirect3DApp1 catch { // If an exception is caught here it is most likely due to either - // ResourceLangauge not being correctly set to a supported language + // ResourceLanguage not being correctly set to a supported language // code or ResourceFlowDirection is set to a value other than LeftToRight // or RightToLeft. @@ -220,4 +220,4 @@ namespace PhoneXamlDirect3DApp1 } } } -} \ No newline at end of file +} diff --git a/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs b/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs index fd2a7c8466..73190e28f3 100644 --- a/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs +++ b/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs @@ -207,7 +207,7 @@ namespace PhoneXamlDirect3DApp1 catch { // If an exception is caught here it is most likely due to either - // ResourceLangauge not being correctly set to a supported language + // ResourceLanguage not being correctly set to a supported language // code or ResourceFlowDirection is set to a value other than LeftToRight // or RightToLeft. @@ -220,4 +220,4 @@ namespace PhoneXamlDirect3DApp1 } } } -} \ No newline at end of file +} diff --git a/samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs b/samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs index 6fe3a54410..17f8fed93e 100644 --- a/samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs +++ b/samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs @@ -207,7 +207,7 @@ namespace OpenCVXaml catch { // If an exception is caught here it is most likely due to either - // ResourceLangauge not being correctly set to a supported language + // ResourceLanguage not being correctly set to a supported language // code or ResourceFlowDirection is set to a value other than LeftToRight // or RightToLeft. @@ -220,4 +220,4 @@ namespace OpenCVXaml } } } -} \ No newline at end of file +} -- GitLab