metaflac typo patch from Janne Hyvärinen <cse@sci.fi>.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 2 Apr 2013 09:22:15 +0000 (20:22 +1100)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 2 Apr 2013 09:23:59 +0000 (20:23 +1100)
src/metaflac/options.c

index 6aded4a..e8e6151 100644 (file)
@@ -1084,5 +1084,5 @@ FLAC__bool parse_application_data_format(const char *in, FLAC__bool *out)
 
 void undocumented_warning(const char *opt)
 {
-       flac_fprintf(stderr, "WARNING: undocmented option --%s should be used with caution,\n         only for repairing a damaged STREAMINFO block\n", opt);
+       flac_fprintf(stderr, "WARNING: undocumented option --%s should be used with caution,\n         only for repairing a damaged STREAMINFO block\n", opt);
 }