Bug 1588412 - (part 1) Fix grammer in comment r=mayhemer

Differential Revision: https://phabricator.services.mozilla.com/D49100

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Paul Bone 2019-10-31 18:13:50 +00:00
Родитель d77411c397
Коммит ed9e37bf0c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -174,7 +174,7 @@ interface nsIHttpProtocolHandler : nsIProxiedProtocolHandler
#define NS_HTTP_ON_EXAMINE_CACHED_RESPONSE_TOPIC "http-on-examine-cached-response"
/**
* The observer of this topic is notified before before the response for a HTTP
* The observer of this topic is notified before the response for a HTTP
* load is available. The "subject" of the notification is the
* nsIProcessSwitchRequestor instance. Observers may call "switchProcessTo" to
* perform a process switch while this is being run.