This commit is contained in:
dp%netscape.com 2000-01-25 07:49:14 +00:00
Родитель f8d7c5370c
Коммит 1fde6430cf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -51,7 +51,7 @@ interface nsIDNSListener : nsISupports
in nsHostEntStar entry);
/**
* Notify the listener that we the lookup has completed.
* Notify the listener that the lookup has completed.
*/
void OnStopLookup(in nsISupports ctxt, in string hostname, in nsresult status);
};