Skip to content

Commit

Permalink
Merge pull request #1 from dai-vdr/fix_character_typo
Browse files Browse the repository at this point in the history
fix "character" typo
  • Loading branch information
dai-vdr committed Jun 8, 2016
2 parents 3d0240a + f3f3013 commit 1f83771
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Overview of changes from 0.6.1 to 0.7.1

- [MAJOR] Add lacking or incomplete error handlings for port operations

- [MAJOR] Fix incomplete singlebyte charater support
- [MAJOR] Fix incomplete singlebyte character support

- [MAJOR] Fix broken sign extention for 8-bit char on string port read

Expand Down
2 changes: 1 addition & 1 deletion src/format.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"~F\n" \
"~wF [Fixed] the arg is a string or number which has width w and\n" \
"~w,dF d digits after the decimal\n" \
"~C [Character] charater arg is output by write-char\n" \
"~C [Character] character arg is output by write-char\n" \
"~_ [Space] a single space character is output\n" \
"~Y [Yuppify] the list arg is pretty-printed to the output\n" \
"~? [Indirection] recursive format: next 2 args are format-string and list\n" \
Expand Down
2 changes: 1 addition & 1 deletion test/test-srfi48.scm
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ SEQ MNEMONIC DESCRIPTION
~F
~wF [Fixed] the arg is a string or number which has width w and
~w,dF d digits after the decimal
~C [Character] charater arg is output by write-char
~C [Character] character arg is output by write-char
~_ [Space] a single space character is output
~Y [Yuppify] the list arg is pretty-printed to the output
~? [Indirection] recursive format: next 2 args are format-string and list
Expand Down

0 comments on commit 1f83771

Please sign in to comment.