Minor error in the documentation Load and Save Image
authoryash <yashdv@gmail.com>
Tue, 18 Feb 2014 05:04:58 +0000 (10:34 +0530)
committeryash <yashdv@gmail.com>
Tue, 18 Feb 2014 05:04:58 +0000 (10:34 +0530)
doc/tutorials/introduction/load_save_image/load_save_image.rst

index 50fb9ea..675387e 100644 (file)
@@ -100,7 +100,7 @@ Explanation
       imshow( imageName, image );
       imshow( "Gray image", gray_image );
 
-#. Add add the *waitKey(0)* function call for the program to wait forever for an user key press.
+#. Add the *waitKey(0)* function call for the program to wait forever for an user key press.
 
 
 Result