From 69c7a84f6c4082fd1322b2c6be87e328eec6e538 Mon Sep 17 00:00:00 2001 From: Matthew Ross <37879416+matt-ross16@users.noreply.github.com> Date: Thu, 24 Sep 2020 09:59:56 -0400 Subject: [PATCH] Fixed help output Adjusted line 8 to fix the missing 'E' on the word Example --- example_02-10.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_02-10.cpp b/example_02-10.cpp index 77fc2b1..2fe34a7 100644 --- a/example_02-10.cpp +++ b/example_02-10.cpp @@ -5,7 +5,7 @@ void help(char** argv ) { std::cout << "\n" - << "\nxample 2-10. The same object can load videos from a camera or a file" + << "\nExample 2-10. The same object can load videos from a camera or a file" << "\nCall:\n" << argv[0] <<" [path/image]\n" << "\nor, read from camera:\n"