From 7f662f312459ce9336bf61f3d4a0895dfbed3b5b Mon Sep 17 00:00:00 2001 From: "varga%netscape.com" Date: Wed, 9 Oct 2002 21:02:52 +0000 Subject: [PATCH] Fixing a typo. bug 26429. --- content/xul/content/src/nsXULElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/xul/content/src/nsXULElement.cpp b/content/xul/content/src/nsXULElement.cpp index 352ababc646e..b732df49b612 100644 --- a/content/xul/content/src/nsXULElement.cpp +++ b/content/xul/content/src/nsXULElement.cpp @@ -440,7 +440,7 @@ PRInt32 nsXULElement::kNameSpaceID_RDF; PRInt32 nsXULElement::kNameSpaceID_XUL; #ifdef XUL_PROTOTYPE_ATTRIBUTE_METERING -PRUint32 nsXULProtlotypeAttribute::gNumElements; +PRUint32 nsXULPrototypeAttribute::gNumElements; PRUint32 nsXULPrototypeAttribute::gNumAttributes; PRUint32 nsXULPrototypeAttribute::gNumEventHandlers; PRUint32 nsXULPrototypeAttribute::gNumCacheTests;