fix common misspellings
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
This commit is contained in:

committed by
Max Kellermann

parent
be798998bf
commit
6d3ed3f16f
@@ -70,7 +70,7 @@ icy_server_metadata_string(const char *stream_title, const char* stream_url)
|
||||
|
||||
meta_length = strlen(icy_metadata);
|
||||
|
||||
meta_length--; // substract placeholder
|
||||
meta_length--; // subtract placeholder
|
||||
|
||||
meta_length = ((int)meta_length / 16) + 1;
|
||||
|
||||
|
Reference in New Issue
Block a user