Builds are neccesary, even if you can spell necessary, and even in a CLOSED TREE

This commit is contained in:
Phil Ringnalda 2009-01-11 00:46:35 -08:00
parent d5e6a4296b
commit b6fe1a7700
4 changed files with 4 additions and 4 deletions

View File

@ -404,7 +404,7 @@ public:
* @returns The name at the given index, or null if the index is
* out-of-bounds.
* @note The document returned by NodeInfo()->GetDocument() (if one is
* present) is *not* neccesarily the owner document of the element.
* present) is *not* necessarily the owner document of the element.
* @note The pointer returned by this function is only valid until the
* next call of either GetAttrNameAt or SetAttr on the element.
*/

View File

@ -67,7 +67,7 @@ nsNoDataProtocolContentPolicy::ShouldLoad(PRUint32 aContentType,
*aDecision = nsIContentPolicy::ACCEPT;
// Don't block for TYPE_OBJECT since such URIs are sometimes loaded by the
// plugin, so they don't neccesarily open external apps
// plugin, so they don't necessarily open external apps
if (aContentType != TYPE_DOCUMENT &&
aContentType != TYPE_SUBDOCUMENT &&
aContentType != TYPE_OBJECT) {

View File

@ -145,7 +145,7 @@ txExprParser::createAVT(const nsSubstring& aAttrValue,
}
}
// Add expression, create a concat() call if neccesary
// Add expression, create a concat() call if necessary
if (!expr) {
expr = newExpr;
}

View File

@ -94,7 +94,7 @@
#include "nsFrameTraversal.h"
#include "nsStyleChangeList.h"
#include "nsIDOMRange.h"
#include "nsITableLayout.h" //selection neccesity
#include "nsITableLayout.h" //selection necessity
#include "nsITableCellLayout.h"// "
#include "nsITextControlFrame.h"
#include "nsINameSpaceManager.h"