summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-11-28 20:20:39 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-11-28 20:20:39 (GMT)
commitebcb78623067931cfedfd1e604b8c1e12a9b8c25 (patch)
treef59791643284bc6c8d747146847ad74cd2b3d915
parent3ed8d0edf4900dcef7e48568404de80478757e21 (diff)
downloadsite-ebcb78623067931cfedfd1e604b8c1e12a9b8c25.tar.gz
web/input/doc/faq/ssl.md: Fix a typo
-rw-r--r--web/input/doc/faq/ssl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/doc/faq/ssl.md b/web/input/doc/faq/ssl.md
index 3f9a4cb..bfba61c 100644
--- a/web/input/doc/faq/ssl.md
+++ b/web/input/doc/faq/ssl.md
@@ -5,7 +5,7 @@ parent: FAQ
5# Why doesn't the --ssl option work? 5# Why doesn't the --ssl option work?
6 6
7To get the SSL features, you need to have the SSL libraries available. Either 7To get the SSL features, you need to have the SSL libraries available. Either
8[OpenSSL][openssl] or [GntTLS][gnutls] is suitable. 8[OpenSSL][openssl] or [GnuTLS][gnutls] is suitable.
9 9
10Check the `./configure` output to see if the SSL libraries have been detected. 10Check the `./configure` output to see if the SSL libraries have been detected.
11 11