Fix typo
authorJay Bosamiya <jaybosamiya@gmail.com>
Sat, 17 Jan 2015 17:23:30 +0000 (22:53 +0530)
committerDikay900 <dark900@xyz.de>
Fri, 24 Apr 2015 19:58:30 +0000 (21:58 +0200)
samples/cpp/grabcut.cpp

index b7d0d4d..71a44ca 100644 (file)
@@ -21,10 +21,10 @@ static void help()
         "\tleft mouse button - set rectangle\n"
         "\n"
         "\tCTRL+left mouse button - set GC_BGD pixels\n"
-        "\tSHIFT+left mouse button - set CG_FGD pixels\n"
+        "\tSHIFT+left mouse button - set GC_FGD pixels\n"
         "\n"
         "\tCTRL+right mouse button - set GC_PR_BGD pixels\n"
-        "\tSHIFT+right mouse button - set CG_PR_FGD pixels\n" << endl;
+        "\tSHIFT+right mouse button - set GC_PR_FGD pixels\n" << endl;
 }
 
 const Scalar RED = Scalar(0,0,255);