From f87646d489e5862e5a6173181ed2463723e46372 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 8 Aug 2016 13:58:42 +0800 Subject: [PATCH] fix typo of config. --- trunk/conf/full.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 0730a9ace..f6488e3ea 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -40,7 +40,7 @@ srs_log_file ./objs/srs.log; # if exceed the max connections, server will drop the new connection. # default: 1000 max_connections 1000; -# whether start as deamon +# whether start as daemon # @remark: donot support reload. # default: on daemon on;