winlin

fix typo of config.

@@ -40,7 +40,7 @@ srs_log_file ./objs/srs.log; @@ -40,7 +40,7 @@ srs_log_file ./objs/srs.log;
40 # if exceed the max connections, server will drop the new connection. 40 # if exceed the max connections, server will drop the new connection.
41 # default: 1000 41 # default: 1000
42 max_connections 1000; 42 max_connections 1000;
43 -# whether start as deamon 43 +# whether start as daemon
44 # @remark: donot support reload. 44 # @remark: donot support reload.
45 # default: on 45 # default: on
46 daemon on; 46 daemon on;