diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-09-26 06:28:46 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-09-26 06:28:49 +1000 |
commit | cf780068dec390ec0a80a100cac50bf47a41a85b (patch) | |
tree | 0225169e3e7e3de503bb0776d525cee2b7a8354f /src/metaflac | |
parent | cf732a8e86421122c1784756b62707631292e34e (diff) | |
download | flac-cf780068dec390ec0a80a100cac50bf47a41a85b.tar.gz |
metaflac : Fix typo in error message.
Patch-from: Janne Hyvärinen <cse@sci.fi>
Diffstat (limited to 'src/metaflac')
-rw-r--r-- | src/metaflac/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metaflac/utils.c b/src/metaflac/utils.c index 1ee15359..b945c6a4 100644 --- a/src/metaflac/utils.c +++ b/src/metaflac/utils.c @@ -167,7 +167,7 @@ void print_error_with_chain_status(FLAC__Metadata_Chain *chain, const char *form } else if(status == FLAC__METADATA_CHAIN_STATUS_BAD_METADATA) { flac_fprintf(stderr, "\n" - "The metadata to be writted does not conform to the FLAC metadata\n" + "The metadata to be written does not conform to the FLAC metadata\n" "specifications.\n" ); } |