Skip to content

Commit f4a79b0

Browse files
authoredJun 7, 2021
Merge pull request opencv#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
1 parent 61e30c1 commit f4a79b0

File tree

3 files changed

+6
-6
lines changed
  • samples/wp8
    • OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1
    • OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1
    • OpenCVXaml/OpenCVXaml

3 files changed

+6
-6
lines changed
 

‎samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void InitializeLanguage()
207207
catch
208208
{
209209
// If an exception is caught here it is most likely due to either
210-
// ResourceLangauge not being correctly set to a supported language
210+
// ResourceLanguage not being correctly set to a supported language
211211
// code or ResourceFlowDirection is set to a value other than LeftToRight
212212
// or RightToLeft.
213213

@@ -220,4 +220,4 @@ private void InitializeLanguage()
220220
}
221221
}
222222
}
223-
}
223+
}

‎samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void InitializeLanguage()
207207
catch
208208
{
209209
// If an exception is caught here it is most likely due to either
210-
// ResourceLangauge not being correctly set to a supported language
210+
// ResourceLanguage not being correctly set to a supported language
211211
// code or ResourceFlowDirection is set to a value other than LeftToRight
212212
// or RightToLeft.
213213

@@ -220,4 +220,4 @@ private void InitializeLanguage()
220220
}
221221
}
222222
}
223-
}
223+
}

‎samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void InitializeLanguage()
207207
catch
208208
{
209209
// If an exception is caught here it is most likely due to either
210-
// ResourceLangauge not being correctly set to a supported language
210+
// ResourceLanguage not being correctly set to a supported language
211211
// code or ResourceFlowDirection is set to a value other than LeftToRight
212212
// or RightToLeft.
213213

@@ -220,4 +220,4 @@ private void InitializeLanguage()
220220
}
221221
}
222222
}
223-
}
223+
}

0 commit comments

Comments
 (0)
Please sign in to comment.