From c081623a9decc7b4049965b7e75cec4259a96257 Mon Sep 17 00:00:00 2001 From: Troy Liu Date: Wed, 21 Jun 2017 08:56:23 +0800 Subject: [PATCH] Fix typo in shairport-sync.c --- shairport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2