Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk authored and fukuchi committed Mar 15, 2017
1 parent e3410bf commit bfb798c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
2014.08.05 Kentaro FUKUCHI <[email protected]>
* configure.ac, Makefile.am, tests/Makefile.am:
- Added some conditional flags for configuration/building process.
- HAVE_PNG and HAVE_SDL can be refered from both Makefile and program
- HAVE_PNG and HAVE_SDL can be referred from both Makefile and program
code.
* tests/view_qrcode.c:
- Use SDL_WaitEvent() instead of SDL_PollEvent().
Expand Down Expand Up @@ -619,7 +619,7 @@

2012.01.19 Kentaro FUKUCHI <[email protected]>
[3.2.1]
* cofigure.ac, qrencode.[hc], qrenc.c, tests/test_qrencode.c:
* configure.ac, qrencode.[hc], qrenc.c, tests/test_qrencode.c:
- QRcode_APIVersion() and QRcode_APIVersionString() have been added.
- New macro values {MAJOR,MINOR,MICRO}_VERSION have been introduced.
- New tests have been added.
Expand Down Expand Up @@ -787,7 +787,7 @@
- MODE_INDICATOR_SIZE has been added.
- QRinput_isSplittableMode() has been added.
* qrspec.c:
- QRspec_maximumWords() now returns 0 if the entry cannot be splitted.
- QRspec_maximumWords() now returns 0 if the entry cannot be split.
- Now includes "qrinput.h" for QRinput_isSplittableMode().

2010.01.25 Kentaro FUKUCHI <[email protected]>
Expand Down Expand Up @@ -1103,7 +1103,7 @@
* tests/test_bitstream.c:
- test_null() has been added.
* qrinput.c:
- A possible memory leak has been eliminated. It happend when a wrong
- A possible memory leak has been eliminated. It happened when a wrong
version number was given.
* tests/test_qriput.c:
- Memory leaks have been eliminated.
Expand Down Expand Up @@ -1278,7 +1278,7 @@
- Documentation improvements.

2008.04.13 Kentaro FUKUCHI <[email protected]>
* qrencode.c, qrencode_innter.h, tests/view_qrcode.c:
* qrencode.c, qrencode_inner.h, tests/view_qrcode.c:
- Changed API of QRcode_encodeMask().
* qrencode.[ch], qrinput.[ch], split.[ch]:
- Some functions now set errno appropriately.
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and the future releases will include gnulib.

Version 3.0.2 (2008.5.18)
-------------------------
* Some compile-time warnings/erros with g++ have been fixed.
* Some compile-time warnings/errors with g++ have been fixed.
(Thanks to wangsai)
* The bit order of "Version information" has been corrected.
Symbols greater than version 6 were affected. (Thanks to Paul Janssesn)
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Micro QR code encoding is not tested well.

Documents (not only the README, but also the manual of the library) needs
revision of grammer, spell or to resolve ambiguity or incomplete descriptions.
revision of grammar, spelling or to resolve ambiguity or incomplete descriptions.
Feel really free to send us your revision.

0 comments on commit bfb798c

Please sign in to comment.