mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
docs: fix spelling errors in documentation and comments
- Fixed 'arrray' -> 'array' in calib3d.hpp - Fixed 'varaible' -> 'variable' in matmul_layer.cpp - Fixed 'PreprocesingEngine' -> 'PreprocessingEngine' in onevpl sample - Fixed 'convertion/convertions' -> 'conversion/conversions' in quaternion.hpp, grfmt_tiff.cpp, nary_eltwise_layers.cpp, instance_norm_layer.cpp
This commit is contained in:
@@ -988,7 +988,7 @@ bool TiffDecoder::readData( Mat& img )
|
||||
break;
|
||||
|
||||
default:
|
||||
CV_LOG_ONCE_ERROR(NULL, "OpenCV TIFF(line " << __LINE__ << "): Unsupported convertion :"
|
||||
CV_LOG_ONCE_ERROR(NULL, "OpenCV TIFF(line " << __LINE__ << "): Unsupported conversion :"
|
||||
<< " bpp = " << bpp << " ncn = " << (int)ncn
|
||||
<< " wanted_channels =" << wanted_channels );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user