diff --git a/default.settings.inc.php b/default.settings.inc.php
index 03bc5859fe4872e9826a7dd95cc1f3e0be6360af..4349bb847cbaef6f32096f4a33a5e4e8ec13767f 100644
--- a/default.settings.inc.php
+++ b/default.settings.inc.php
@@ -5,10 +5,10 @@ $conf['basedir'] = 'http://foo/bar/'; #include final slash
 
 # What is the namespace of your data?
 $conf['ns']['local']   = 'http://foo/bar/data/';
-#If you want to add/overrid a namespace, add it here
+# If you want to add/override a namespace, add it here
 $conf['ns']['other']   = 'http://example.org/data/';
 
-#Where is your SPARQL endpoint
+# Where is your SPARQL endpoint
 $conf['endpoint']['host'] = 'http://myendpoint/sparql';
 
 $conf['home'] = '/Users/alvarograves/github/lodspeakr/'; #change to the location of LODSPeaKr in the dir tree
diff --git a/install.sh b/install.sh
index a75a2623a72a32f5824d8808ea798529fbfa6f75..50ba09cd355c417bc0c00dc5cde301218d3c6873 100755
--- a/install.sh
+++ b/install.sh
@@ -101,7 +101,7 @@ LODSPEAKR_HOME=`pwd`/
  */ 
 \$conf['export'] = true;
 
-#If you want to add/overrid a namespace, add it here
+# If you want to add/override a namespace, add it here
 \$conf['ns']['local']   = '$ns';
 $extra