[Libreoffice-commits] online.git: loolwsd/configure.ac
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon Aug 22 05:24:11 UTC 2016
loolwsd/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e65535b7cb82207178c7e86ec2b7c8ca4eefc50e
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Aug 21 08:19:52 2016 -0400
loolwsd: configure documentation correction
Change-Id: Ia58ea1b87b1d82512f7107f2046c30bc54e4976a
Reviewed-on: https://gerrit.libreoffice.org/28299
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 1ee3476..f301f60 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -113,7 +113,7 @@ AC_SUBST(MAX_DOCUMENTS)
MAX_CONNECTIONS=20
AS_IF([test -n "$with_max_connections"],
[MAX_CONNECTIONS="$with_max_connections"])
-AC_DEFINE_UNQUOTED([MAX_CONNECTIONS],[$MAX_CONNECTIONS],[Limit the maximum number of open documents])
+AC_DEFINE_UNQUOTED([MAX_CONNECTIONS],[$MAX_CONNECTIONS],[Limit the maximum number of open connections])
AC_SUBST(MAX_CONNECTIONS)
# Test for build environment
More information about the Libreoffice-commits
mailing list