Merge pull request #20223 from jogo-:3.4_wp8_samples_typos
authorjogo- <jogo@laposte.net>
Mon, 7 Jun 2021 17:32:14 +0000 (19:32 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 17:32:14 +0000 (17:32 +0000)
* Fix typo in App.xaml.cs

* Fix typo in App.xaml.cs

* Fix typo in App.xaml.cs

samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs
samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs

index fd2a7c8..73190e2 100644 (file)
@@ -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
+}
index fd2a7c8..73190e2 100644 (file)
@@ -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
+}
index 6fe3a54..17f8fed 100644 (file)
@@ -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
+}