Fix minor typos (#37)

This commit is contained in:
Yuri Chornoivan
2018-11-14 02:01:14 +02:00
committed by Jim Evins
parent 9ff59a2cb5
commit 76c370bf52
12 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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)
{