This commit is contained in:
darin%meer.net 2004-05-08 06:45:58 +00:00
Родитель 370fc22149
Коммит 8f0bfc3a53
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -182,7 +182,7 @@ NS_NewChannel(nsIChannel **result,
// 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
// to implement a full blown asyncrhonous consumer (via nsIStreamListener) look
// to implement a full blown asynchronous consumer (via nsIStreamListener) look
// at nsIStreamLoader instead.
inline nsresult
NS_OpenURI(nsIInputStream **result,