From: jogo- Date: Mon, 7 Jun 2021 17:32:14 +0000 (+0200) Subject: Merge pull request #20223 from jogo-:3.4_wp8_samples_typos X-Git-Tag: accepted/tizen/unified/20220125.121719~1^2~1^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4a79b055445b2656ac9b4ba4880c708273e8509;p=platform%2Fupstream%2Fopencv.git 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 --- diff --git a/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs b/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs index fd2a7c8..73190e2 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 fd2a7c8..73190e2 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 6fe3a54..17f8fed 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 +}