mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
docs: fix spelling errors in code and comments
- Fixed 'suported' -> 'supported' in imgproc.hpp - Fixed 'constane/constans' -> 'constant/constants' in onevpl utils - Fixed 'pushconstance' -> 'pushconstant' in op_matmul.cpp - Fixed 'bufer' -> 'buffer' in test_imgwarp.cpp - Fixed 'Framebuffrer' -> 'Framebuffer' in window_framebuffer - Fixed 'readComplexPropery' -> 'readComplexProperty' in cap_msmf.cpp - Fixed 'behavoir' -> 'behavior' in test_exr.impl.hpp - Fixed 'previos' -> 'previous' in qrcode_encoder.cpp
This commit is contained in:
@@ -519,7 +519,7 @@ fb_fix_screeninfo &FramebufferBackend::getFixInfo()
|
||||
return fixInfo;
|
||||
}
|
||||
|
||||
int FramebufferBackend::getFramebuffrerID()
|
||||
int FramebufferBackend::getFramebufferID()
|
||||
{
|
||||
return fbID;
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ public:
|
||||
|
||||
fb_var_screeninfo &getVarInfo();
|
||||
fb_fix_screeninfo &getFixInfo();
|
||||
int getFramebuffrerID();
|
||||
int getFramebufferID();
|
||||
int getFBWidth();
|
||||
int getFBHeight();
|
||||
int getFBXOffset();
|
||||
|
||||
Reference in New Issue
Block a user