travis
[plcapi.git] / tests / ci / travis / setup_apache.sh
index e199c86..81aaf66 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
 
-# make sure all files and folders are accisble by Apache
-
+# make sure all files and folders are accessible by Apache
 sudo find /home -type d -exec chmod 755 {} \;
 sudo find . -type f -name "*.php" -exec chmod 644 {} \;