MDL-31107 Fixing instaces of below where it is written as bellow (two L's)

This commit is contained in:
Gerard (Gerry) Caulfield
2012-02-10 15:40:04 +08:00
parent baa5cd8240
commit ce8df92df1
12 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ if (file_exists($configfile)) {
$olddir = getcwd();
// change directory so that includes bellow work properly
// change directory so that includes below work properly
chdir(dirname($_SERVER['argv'][0]));
// Servers should define a default timezone in php.ini, but if they don't then make sure something is defined.