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 fd2a7c846647afbd8136d4afe5ca6d31cc78e99a..73190e28f3295a509cc1aa2433ad410d1e1bd4c7 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 fd2a7c846647afbd8136d4afe5ca6d31cc78e99a..73190e28f3295a509cc1aa2433ad410d1e1bd4c7 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 6fe3a54410bb5fd9b9fb3e4283fd730199fa9f78..17f8fed93ec35d8d1f5110649c4e6327b7a89a4c 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
+}