modify some misspellings

Change-Id: I974c90cb11d8921b546bb1bd1fe45505ecfedbc3
This commit is contained in:
liangcui 2017-08-22 14:02:46 +08:00
parent 38c8be9ed1
commit facd79e2b0
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@
class idna_convert
{
/**
* Holds all relevant mapping tables, loaded from a seperate file on construct
* Holds all relevant mapping tables, loaded from a separate file on construct
* See RFC3454 for details
*
* @var array

View File

@ -18,7 +18,7 @@ class HtmlPurifierRequiredValidator extends Validator {
protected $required;
/**
* Pass each field to be validated as a seperate argument
* Pass each field to be validated as a separate argument
* to the constructor of this object. (an array of elements are ok)
*/
function __construct() {

View File

@ -54,7 +54,7 @@
class idna_convert
{
/**
* Holds all relevant mapping tables, loaded from a seperate file on construct
* Holds all relevant mapping tables, loaded from a separate file on construct
* See RFC3454 for details
*
* @var array