Skip to content

Commit 1f64d09

Browse files
authored
Merge pull request #513 from cbm755/mirco_micro
Correct "Mirco" to "Micro"
2 parents 95d2eb1 + dc9e797 commit 1f64d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/qrcode/QRFormatInformation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ FormatInformation FormatInformation::DecodeQR(uint32_t formatInfoBits1, uint32_t
137137
*/
138138
FormatInformation FormatInformation::DecodeMQR(uint32_t formatInfoBits)
139139
{
140-
// We don't use the additional masking (with 0x4445) to work around potentially non complying MircoQRCode encoders
140+
// We don't use the additional masking (with 0x4445) to work around potentially non complying MicroQRCode encoders
141141
auto fi = FindBestFormatInfo(0, FORMAT_INFO_DECODE_LOOKUP_MICRO, {formatInfoBits, MirrorBits(formatInfoBits)});
142142

143143
constexpr uint8_t BITS_TO_VERSION[] = {1, 2, 2, 3, 3, 4, 4, 4};

wrappers/python/zxing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ PYBIND11_MODULE(zxingcpp, m)
136136
.value("MaxiCode", BarcodeFormat::MaxiCode)
137137
.value("PDF417", BarcodeFormat::PDF417)
138138
.value("QRCode", BarcodeFormat::QRCode)
139-
.value("MircoQRCode", BarcodeFormat::MicroQRCode)
139+
.value("MicroQRCode", BarcodeFormat::MicroQRCode)
140140
.value("DataBar", BarcodeFormat::DataBar)
141141
.value("DataBarExpanded", BarcodeFormat::DataBarExpanded)
142142
.value("UPCA", BarcodeFormat::UPCA)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy