From fc4f3c88c1b1efd4094e3ae4b5fffe33f47b6acc Mon Sep 17 00:00:00 2001
From: Stefan Weil <sw@weilnetz.de>
Date: Thu, 4 Dec 2014 22:00:02 +0100
Subject: [PATCH] Fixed typos in comments.

---
 config/autoload/local.php.dist | 2 +-
 config/vufind/config.ini       | 2 +-
 config/vufind/sitemap.ini      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist
index 7862eba731b..33fb6963485 100644
--- a/config/autoload/local.php.dist
+++ b/config/autoload/local.php.dist
@@ -8,7 +8,7 @@
  *
  * @NOTE: This file is ignored from Git by default with the .gitignore included
  * in ZendSkeletonApplication. This is a good practice, as it prevents sensitive
- * credentials from accidentally being comitted into version control.
+ * credentials from accidentally being committed into version control.
  */
 
 return array(
diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 0d581833e64..4478e20f315 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -263,7 +263,7 @@ ils_encryption_key = false
 ;filters = "username:trim,password:trim"
 
 ; Present two auth options on the login screen. Each choice given must also be
-; configured in its relevent section. (The code should allow for more than 2
+; configured in its relevant section. (The code should allow for more than 2
 ; choices, but styling would need to be expanded / modified)
 ;
 ; WARNING! This module does not account for the possibility that the auth
diff --git a/config/vufind/sitemap.ini b/config/vufind/sitemap.ini
index 9684633bc5c..9b9782327c2 100644
--- a/config/vufind/sitemap.ini
+++ b/config/vufind/sitemap.ini
@@ -15,7 +15,7 @@ frequency      = weekly
 ;  countPerPage indicates how many URL entries will appear in each outputted sitemap
 ;     This is useful in case your repository is huge (as many search engines cap
 ;     the number of urls in a sitemap to around 50000) or if you're indexing formats
-;     that severly reduce the amount of items that can go into a sitemap (aka
+;     that severely reduce the amount of items that can go into a sitemap (aka
 ;     images indexed in google max at 1000 per sitemap).
 countPerPage   = 10000
 
-- 
GitLab