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)