diff --git a/samples/cpp/distrans.cpp b/samples/cpp/distrans.cpp index 20f89c1373..80003574a7 100644 --- a/samples/cpp/distrans.cpp +++ b/samples/cpp/distrans.cpp @@ -7,7 +7,7 @@ using namespace cv; void help() { - printf("\nDemonstrate the use of the distance transform function between edge images.\n" + printf("\nProgram to demonstrate the use of the distance transform function between edge images.\n" "Usage:\n" "./distrans [image_name -- default image is stuff.jpg]\n" );