Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv

This commit is contained in:
dbaron%dbaron.org 2005-11-02 07:42:11 +00:00
parent edf7492711
commit e02428b3f1
2 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ txStandaloneXSLTProcessor::transform(txXPathNode& aSource,
/**
* Parses the XML Stylesheet PIs associated with the
* given XML document. If a stylesheet PIs is found with type="text/xsl"
* or type="text/xml" the href psuedo attribute value will be appended to
* or type="text/xml" the href pseudo attribute value will be appended to
* the given href argument. If multiple text/xsl stylesheet PIs
* are found, the first one is used.
*/

View File

@ -139,14 +139,14 @@ protected:
/**
* Parses all XML Stylesheet PIs associated with the
* given XML document. If any stylesheet PIs are found with
* type="text/xsl" the href psuedo attribute value will be
* type="text/xsl" the href pseudo attribute value will be
* added to the given href argument. If multiple text/xsl stylesheet PIs
* are found, the one closest to the end of the document is used.
*/
static void getHrefFromStylesheetPI(Document& xmlDocument, nsAString& href);
/**
* Parses the contents of data, returns the type and href psuedo attributes
* Parses the contents of data, returns the type and href pseudo attributes
*/
static void parseStylesheetPI(const nsAFlatString& data,
nsAString& type,