From 6d3ed3f16f7c427b22e8087804cea0f9874f4358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 31 Mar 2011 21:43:53 +0200 Subject: fix common misspellings These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ --- src/icy_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/icy_server.c') diff --git a/src/icy_server.c b/src/icy_server.c index fe5696cdd..b6c89eaf6 100644 --- a/src/icy_server.c +++ b/src/icy_server.c @@ -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; -- cgit v1.2.3