]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix typo in shairport-sync.c 541/head
authorTroy Liu <troyliu0105@outlook.com>
Wed, 21 Jun 2017 00:56:23 +0000 (08:56 +0800)
committerTroy Liu <troyliu0105@outlook.com>
Wed, 21 Jun 2017 00:56:42 +0000 (08:56 +0800)
shairport.c

index 664ed35758f2ae33a525b11191161315cb072c2f..2e221d677642ebc4dd914b2c24b1d6a85d4c5704 100644 (file)
@@ -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);