diff --git a/samples/cpp/convexhull.cpp b/samples/cpp/convexhull.cpp index 422ff51483..8d4bba0f39 100644 --- a/samples/cpp/convexhull.cpp +++ b/samples/cpp/convexhull.cpp @@ -8,7 +8,7 @@ using namespace std; void help() { - cout << "\nThis sample demonstrates the use of the convexHull() function\n" + cout << "\nThis sample program demonstrates the use of the convexHull() function\n" << "Call:\n" << "./convexhull\n" << endl; }