From: Troy Liu Date: Wed, 21 Jun 2017 00:56:23 +0000 (+0800) Subject: Fix typo in shairport-sync.c X-Git-Tag: 3.1~10^2~45^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F541%2Fhead;p=thirdparty%2Fshairport-sync.git Fix typo in shairport-sync.c --- diff --git a/shairport.c b/shairport.c index 664ed357..2e221d67 100644 --- a/shairport.c +++ b/shairport.c @@ -1322,7 +1322,7 @@ int main(int argc, char **argv) { debug(1, "configuration file name \"%s\" can not be resolved.", config.configfile); } #ifdef CONFIG_METADATA - debug(1, "metdata enabled is %d.", config.metadata_enabled); + debug(1, "metadata enabled is %d.", config.metadata_enabled); debug(1, "metadata pipename is \"%s\".", config.metadata_pipename); debug(1, "metadata socket address is \"%s\" port %d.", config.metadata_sockaddr, config.metadata_sockport);