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:05:16 +08:00
parent 4d2f89f85b
commit 23071bd4ab
13 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1113,7 +1113,7 @@ class HTML5 {
$entity = $this->character($start, $this->char);
$cond = strlen($e_name) > 0;
// The rest of the parsing happens bellow.
// The rest of the parsing happens below.
break;
// Anything else
@@ -1140,7 +1140,7 @@ class HTML5 {
}
$cond = isset($entity);
// The rest of the parsing happens bellow.
// The rest of the parsing happens below.
break;
}