зеркало из https://github.com/mozilla/gecko-dev.git
fixing spelling mistake
This commit is contained in:
Родитель
370fc22149
Коммит
8f0bfc3a53
|
@ -182,7 +182,7 @@ NS_NewChannel(nsIChannel **result,
|
||||||
|
|
||||||
// Use this function with CAUTION. It creates a stream that blocks when you
|
// Use this function with CAUTION. It creates a stream that blocks when you
|
||||||
// Read() from it and blocking the UI thread is a bad idea. If you don't want
|
// Read() from it and blocking the UI thread is a bad idea. If you don't want
|
||||||
// to implement a full blown asyncrhonous consumer (via nsIStreamListener) look
|
// to implement a full blown asynchronous consumer (via nsIStreamListener) look
|
||||||
// at nsIStreamLoader instead.
|
// at nsIStreamLoader instead.
|
||||||
inline nsresult
|
inline nsresult
|
||||||
NS_OpenURI(nsIInputStream **result,
|
NS_OpenURI(nsIInputStream **result,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче