diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist
index 7862eba731bde45edfc8bb0cce72f41bcbf8a72e..33fb69634857d238189300a9e8de3f08ca945b2e 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 0d581833e646b0a9164658919cee63ddb2fcc2f7..4478e20f315e8b8eb0ca0cc17dafd57bf5dd54dd 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 9684633bc5c649274716b338b0897768446294dd..9b9782327c220079ae9ec111ac92b0cb8d77381c 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