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
This commit is contained in:
timeless%mac.com
2001-12-06 22:16:38 +00:00
parent f89b9276f3
commit c908e3640a

View File

@@ -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.
*/