Skip to content

Commit

Permalink
spelling fixes (PHPMailer#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
ka7 authored and Synchro committed Jan 3, 2017
1 parent 8147a61 commit fa04e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scripts/XRegExp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extras/htmlfilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa04e02

Please sign in to comment.