revamped
authorGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:27 +0000 (08:29 +0000)
committerGary Bradski <no@email>
Sat, 4 Dec 2010 08:29:27 +0000 (08:29 +0000)
samples/cpp/convexhull.cpp

index 422ff514832391a1bec3e0602dc95536fffac0b4..8d4bba0f39076a33651ef8230e830d530a0b6d7a 100644 (file)
@@ -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;
 }