Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hcmiya committed May 30, 2019
1 parent 9eae793 commit 4b0aed0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nls/C/6.usage
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Options:\n\
-T Return error when tag input is not terminated by line feed\n\
-D In list mode, defer tag output until comment packet is built.\n\
Implies -V.\n\
In appent/write mode, return error when tag input is empty.\n\
In append/write mode, return error when tag input is empty.\n\
Implies -T\n\
`

Expand Down
2 changes: 1 addition & 1 deletion nls/C@l33t/6.usage
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ %2$s = codec name, e.g. Opus, Theora, ...
-T r37urn 3rr0r wh3n 746 1npu7 15 n07 73rm1n473d by l1n3 f33d\n\
-D 1n l157 m0d3, d3f3r 746 0u7pu7 un71l c0mm3n7 p4ck37 15 bu1l7.\n\
1mpl135 -v.\n\
1n 4pp3n7/wr173 m0d3, r37urn 3rr0r wh3n 746 1npu7 15 3mp7y.\n\
1n 4pp3nd/wr173 m0d3, r37urn 3rr0r wh3n 746 1npu7 15 3mp7y.\n\
1mpl135 -7\n\
`

Expand Down
2 changes: 1 addition & 1 deletion nls/en_US.ISO8859-1/6.usage
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Options:\n\
-T Return error when tag input is not terminated by line feed\n\
-D In list mode, defer tag output until comment packet is built.\n\
Implies -V.\n\
In appent/write mode, return error when tag input is empty.\n\
In append/write mode, return error when tag input is empty.\n\
Implies -T\n\
`

Expand Down
2 changes: 1 addition & 1 deletion nls/en_US.UTF-8/6.usage
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Options:\n\
-T Return error when tag input is not terminated by line feed\n\
-D In list mode, defer tag output until comment packet is built.\n\
Implies -V.\n\
In appent/write mode, return error when tag input is empty.\n\
In append/write mode, return error when tag input is empty.\n\
Implies -T\n\
`

Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static void usage(void) {
" -T Return error when tag input is not terminated by line feed\n"
" -D In list mode, defer tag output until comment packet is built.\n"
" Implies -V.\n"
" In appent/write mode, return error when tag input is empty.\n"
" In append/write mode, return error when tag input is empty.\n"
" Implies -T\n"
), program_name, default_codec->name);
if (!default_codec->prog) {
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define OPUSCOMMENT_VERSION "1.5.5"
#define OPUSCOMMENT_VERSION "1.5.6"

#define OPUSCOMMENT_REVISION_YEAR (2019 - 1900)
#define OPUSCOMMENT_REVISION_MONTH (5 - 1)
#define OPUSCOMMENT_REVISION_DAY 28
#define OPUSCOMMENT_REVISION_DAY 30

0 comments on commit 4b0aed0

Please sign in to comment.