From be3e75d7dad14565d046deb2aeb8a56fb5cdcd9b Mon Sep 17 00:00:00 2001 From: dnutan Date: Fri, 23 Sep 2016 13:19:00 +0200 Subject: [PATCH] minor typos --- admin_manual/installation/source_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 7067e74c8..b4308f5e1 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -35,7 +35,7 @@ The Nextcloud .tar archive contains all of the required PHP modules. This section lists all required and optional PHP modules. Consult the `PHP manual `_ for more information on modules. Your Linux distribution should have packages for all required modules. You can -check the precense of a module by typing ``php -m | grep -i ``. +check the presence of a module by typing ``php -m | grep -i ``. If you get a result, the module is present. Required: @@ -249,7 +249,7 @@ Additional Apache Configurations authentication on a parent folder (via e.g. an ``AuthType Basic`` directive), you can turn off the authentication specifically for the Nextcloud entry. Following the above example configuration file, add the - following line in the ```` section:: Satisfy Any