From ab9c9f30fd077f96b28c1fc86bb27f4a980e69a7 Mon Sep 17 00:00:00 2001 From: Roberto Date: Wed, 13 Dec 2017 13:35:45 +0000 Subject: [PATCH] Small typos in comments --- library/HTMLPurifier/Lexer/PH5P.php | 4 ++-- maintenance/PH5P.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/HTMLPurifier/Lexer/PH5P.php b/library/HTMLPurifier/Lexer/PH5P.php index 0b452d17..72476ddf 100644 --- a/library/HTMLPurifier/Lexer/PH5P.php +++ b/library/HTMLPurifier/Lexer/PH5P.php @@ -1507,7 +1507,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 @@ -1535,7 +1535,7 @@ class HTML5 } $cond = isset($entity); - // The rest of the parsing happens bellow. + // The rest of the parsing happens below. break; } diff --git a/maintenance/PH5P.php b/maintenance/PH5P.php index 9d83dcbf..a04273e0 100644 --- a/maintenance/PH5P.php +++ b/maintenance/PH5P.php @@ -1080,7 +1080,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 @@ -1102,7 +1102,7 @@ class HTML5 } $cond = isset($entity); - // The rest of the parsing happens bellow. + // The rest of the parsing happens below. break; } -- 2.11.4.GIT