From 77f7162cc5a944f20834017b8e085badb1d88add Mon Sep 17 00:00:00 2001 From: "hpradhan%hotpop.com" Date: Wed, 23 Jun 2004 07:02:16 +0000 Subject: [PATCH] fix comment --- extensions/webservices/soap/src/nsDefaultSOAPEncoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/webservices/soap/src/nsDefaultSOAPEncoder.cpp b/extensions/webservices/soap/src/nsDefaultSOAPEncoder.cpp index 1f8a3c4fc7ac..15ebcf770b76 100644 --- a/extensions/webservices/soap/src/nsDefaultSOAPEncoder.cpp +++ b/extensions/webservices/soap/src/nsDefaultSOAPEncoder.cpp @@ -458,7 +458,7 @@ EncodeSimpleValue(nsISOAPEncoding * aEncoding, nsAutoString name; // First choose the appropriate name and namespace for the element. nsAutoString ns; if (aName.IsEmpty()) { // We automatically choose appropriate element names where none exist. - // The idea here seems to be to walk up the schema hierarcy to + // The idea here seems to be to walk up the schema hierarchy to // find the base type and use the name of that as the element name. ns = gSOAPStrings->kSOAPEncURI; nsAutoString currentURI = ns;