From c908e3640a01bfe725d609d8f87e70529e0b502a Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Thu, 6 Dec 2001 22:16:38 +0000 Subject: [PATCH] Bugzilla Bug 113885 documentation of nsIHttpNotify :: onExamineResponse is wrong. the callback is not asynchronous. sr=darin ... no need for further review. git-svn-id: svn://10.0.0.236/trunk@109874 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/public/nsIHttpNotify.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/protocol/http/public/nsIHttpNotify.idl b/mozilla/netwerk/protocol/http/public/nsIHttpNotify.idl index 97012d24a57..cf626d778d9 100644 --- a/mozilla/netwerk/protocol/http/public/nsIHttpNotify.idl +++ b/mozilla/netwerk/protocol/http/public/nsIHttpNotify.idl @@ -61,7 +61,7 @@ interface nsIHttpNotify : nsINetNotify /** * After an HTTP server response is received, this method is called - * asyncronously. The implementor can interrogate the nsIHttpChannel as + * syncronously. The implementor can interrogate the nsIHttpChannel as * it deems necessary. The HTTP protocol interpreter blocks on this call * until it returns. */