Fix typos in phpdoc. props bradparbs. fixes #23481.

git-svn-id: https://develop.svn.wordpress.org/trunk@23604 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-03-04 04:23:00 +00:00
parent b3e461dddd
commit 67a775ec5b
4 changed files with 6 additions and 6 deletions

View File

@@ -910,7 +910,7 @@ class Snoopy
return false;
}
// check if there is a a redirect meta tag
// check if there is a redirect meta tag
if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match))
@@ -1057,7 +1057,7 @@ class Snoopy
$this->headers[] = $result_headers[$currentHeader];
}
// check if there is a a redirect meta tag
// check if there is a redirect meta tag
if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match))
{

View File

@@ -246,7 +246,7 @@ var tinyMCEPopup = {
},
/**
* Creates a alert dialog. Please don't use the blocking behavior of this
* Creates an alert dialog. Please don't use the blocking behavior of this
* native version use the callback method instead then it can be extended.
*
* @method alert