diff --git a/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.cpp b/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.cpp index 3a792bc70e49..653fcef439eb 100644 --- a/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.cpp +++ b/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.cpp @@ -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. */ diff --git a/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.h b/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.h index 2b7444570eb9..e70baa7d941b 100644 --- a/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.h +++ b/extensions/transformiix/source/xslt/txStandaloneXSLTProcessor.h @@ -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, diff --git a/js/src/jsregexp.c b/js/src/jsregexp.c index e362d060a22e..5c60b958c990 100644 --- a/js/src/jsregexp.c +++ b/js/src/jsregexp.c @@ -3100,7 +3100,7 @@ js_ExecuteRegExp(JSContext *cx, JSRegExp *re, JSString *str, size_t *indexp, /* * JS1.2 emulated Perl4.0.1.8 (patch level 36) for global regexps used * in scalar contexts, and unintentionally for the string.match "list" - * psuedo-context. On "hi there bye", the following would result: + * pseudo-context. On "hi there bye", the following would result: * * Language while(/ /g){print("$`");} s/ /$`/g * perl4.036 "hi", "there" "hihitherehi therebye" diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index 317f717a66a2..c9004b927185 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -3634,7 +3634,7 @@ nsCSSFrameConstructor::TableProcessChild(nsIPresShell* aPresShell, { // if