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

Fix: 6 typos

Signed-off-by: Michael Seibt <github@roboschmie.de>
This commit is contained in:
RoboSchmied
2024-03-26 02:23:06 +01:00
parent fc34554475
commit 8f4dbdad0e
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ void ExifReader::parseExif()
*
* @return INTEL, MOTO or NONE
*/
Endianess_t ExifReader::getFormat() const
Endianness_t ExifReader::getFormat() const
{
if (m_data.size() < 1)
return NONE;