Skip to content

Commit ab9c9f3

Browse files
Robertoezyang
Roberto
authored andcommitted
Small typos in comments
1 parent 5988f29 commit ab9c9f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library/HTMLPurifier/Lexer/PH5P.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ private function entity()
15071507
$entity = $this->character($start, $this->char);
15081508
$cond = strlen($e_name) > 0;
15091509

1510-
// The rest of the parsing happens bellow.
1510+
// The rest of the parsing happens below.
15111511
break;
15121512

15131513
// Anything else
@@ -1535,7 +1535,7 @@ private function entity()
15351535
}
15361536

15371537
$cond = isset($entity);
1538-
// The rest of the parsing happens bellow.
1538+
// The rest of the parsing happens below.
15391539
break;
15401540
}
15411541

maintenance/PH5P.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ private function entity()
10801080
$entity = $this->character($start, $this->char);
10811081
$cond = strlen($e_name) > 0;
10821082

1083-
// The rest of the parsing happens bellow.
1083+
// The rest of the parsing happens below.
10841084
break;
10851085

10861086
// Anything else
@@ -1102,7 +1102,7 @@ private function entity()
11021102
}
11031103

11041104
$cond = isset($entity);
1105-
// The rest of the parsing happens bellow.
1105+
// The rest of the parsing happens below.
11061106
break;
11071107
}
11081108

0 commit comments

Comments
 (0)