From 4228cf635c7870e4cf23e3ca8e472a47cd755f16 Mon Sep 17 00:00:00 2001
From: Alexander Bias <alexander.bias@uni-ulm.de>
Date: Wed, 7 Feb 2018 14:55:42 +0100
Subject: [PATCH] Fix a typo in README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f92eca2..1db9041 100644
--- a/README.md
+++ b/README.md
@@ -66,12 +66,12 @@ With the setting "Add new users" (Default: yes), you can prevent the synchroniza
 After configuring the LDAP server (Sync Plus) authentication method, you have to activate the plugin on Site administration -> Plugins -> Authentication -> Manage authentication so that users can be authenticated with this authentication method. Afterwards, you can deactivate the Moodle core LDAP authentication method as it is not needed anymore actively.
 
 
-Configuring LDAP User account syncronisation
---------------------------------------------
+Configuring LDAP User account synchronisation
+---------------------------------------------
 
 To leverage the additional LDAP synchronization features of auth_ldap_syncplus, you have to disable the scheduled task of the Moodle core auth_ldap plugin and activate and configure the scheduled task of auth_ldap_syncplus. This is done on Site administration -> Server -> Scheduled tasks.
 
-If you don't know how to setup LDAP User account syncronisation at all, see https://docs.moodle.org/en/LDAP_authentication#Enabling_the_LDAP_users_sync_job.
+If you don't know how to setup LDAP User account synchronisation at all, see https://docs.moodle.org/en/LDAP_authentication#Enabling_the_LDAP_users_sync_job.
 
 
 Configuring LDAP User role synchronisation
-- 
GitLab