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

Misc. modules/ typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-02-12 07:07:39 -05:00
parent b67523550f
commit 5718d09e39
40 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -470,7 +470,7 @@ public:
/*
* a convertor must provide :
* - `operator >> (uchar * & dst)` for writting current binary data to `dst` and moving to next data.
* - `operator >> (uchar * & dst)` for writing current binary data to `dst` and moving to next data.
* - `operator bool` for checking if current loaction is valid and not the end.
*/
template<typename _to_binary_convertor_t> inline
@@ -493,7 +493,7 @@ public:
bool flush()
{
/* controll line width, so on. */
/* control line width, so on. */
size_t len = base64_encode(src_beg, base64_buffer.data(), 0U, src_cur - src_beg);
if (len == 0U)
return false;