mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fix spelling typos
This commit is contained in:
@@ -17,6 +17,6 @@ using namespace SDKSample;
|
||||
Platform::Array<Scenario>^ MainPage::scenariosInner = ref new Platform::Array<Scenario>
|
||||
{
|
||||
// The format here is the following:
|
||||
// { "Description for the sample", "Fully quaified name for the class that implements the scenario" }
|
||||
// { "Description for the sample", "Fully qualified name for the class that implements the scenario" }
|
||||
{ "Enumerate cameras and add a video effect", "SDKSample.MediaCapture.AdvancedCapture" },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user