Fix minor typos (#37)
This commit is contained in:
committed by
Jim Evins
parent
9ff59a2cb5
commit
76c370bf52
@@ -118,7 +118,7 @@ namespace glbarcode
|
||||
/* Left frame bar */
|
||||
code += frameSymbol;
|
||||
|
||||
/* process each digit, adding approptiate symbol */
|
||||
/* process each digit, adding appropriate symbol */
|
||||
int sum = 0;
|
||||
for (char c : cookedData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user