From d8e8fb27ca47bc51e5393ef7794c2aa5f0446a01 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:29:27 +0000 Subject: [PATCH] revamped --- samples/cpp/convexhull.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }