1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Misc. ./samples typos

Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
This commit is contained in:
luz.paz
2018-02-08 05:51:54 -05:00
parent 0c07836fba
commit dbb57cd0ae
36 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ void App::run()
if (output!="" && write_once)
{
if (img_source!="") // wirte image
if (img_source!="") // write image
{
write_once = false;
imwrite(output, img_to_show);