From 828b321ebe17d2f6025698a8b38172b75abbc757 Mon Sep 17 00:00:00 2001 From: klemens Date: Tue, 3 Jan 2017 12:07:52 +0100 Subject: [PATCH] spelling fixes --- examples/scripts/XRegExp.js | 2 +- extras/htmlfilter.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/scripts/XRegExp.js b/examples/scripts/XRegExp.js index ebdb9c948..feb66798a 100644 --- a/examples/scripts/XRegExp.js +++ b/examples/scripts/XRegExp.js @@ -259,7 +259,7 @@ if (XRegExp) { //--------------------------------- - // Overriden native methods + // Overridden native methods //--------------------------------- // Adds named capture support (with backreferences returned as `result.name`), and fixes two diff --git a/extras/htmlfilter.php b/extras/htmlfilter.php index e9ce434dc..a86ef579d 100644 --- a/extras/htmlfilter.php +++ b/extras/htmlfilter.php @@ -433,7 +433,7 @@ function tln_getnxtag($body, $offset) * * @param string $attvalue the by-ref value to check. * @param string $regex the regular expression to check against. - * @param boolean $hex whether the entites are hexadecimal. + * @param boolean $hex whether the entities are hexadecimal. * @return boolean True or False depending on whether there were matches. */ function tln_deent(&$attvalue, $regex, $hex = false)