зеркало из https://github.com/mozilla/gecko-dev.git
Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=timeless rs=brendan
This commit is contained in:
Родитель
46f08a0c89
Коммит
aa67b246b9
|
@ -258,8 +258,8 @@ IOService.prototype.Getoffline = function()
|
|||
|
||||
/**
|
||||
* Returns true if networking is in "offline" mode. When in offline mode,
|
||||
* attempts to access the network will fail (although this is not
|
||||
* necessarily corrolated with whether there is actually a network
|
||||
* attempts to access the network will fail (although this does not
|
||||
* necessarily correlate with whether there is actually a network
|
||||
* available -- that's hard to detect without causing the dialer to
|
||||
* come up).
|
||||
*
|
||||
|
@ -285,8 +285,8 @@ IOService.prototype. Setoffline = function(aOffline)
|
|||
{
|
||||
/**
|
||||
* Returns true if networking is in "offline" mode. When in offline mode,
|
||||
* attempts to access the network will fail (although this is not
|
||||
* necessarily corrolated with whether there is actually a network
|
||||
* attempts to access the network will fail (although this does not
|
||||
* necessarily correlate with whether there is actually a network
|
||||
* available -- that's hard to detect without causing the dialer to
|
||||
* come up).
|
||||
*
|
||||
|
|
|
@ -109,8 +109,8 @@ interface nsIIOService : nsISupports
|
|||
|
||||
/**
|
||||
* Returns true if networking is in "offline" mode. When in offline mode,
|
||||
* attempts to access the network will fail (although this is not
|
||||
* necessarily corrolated with whether there is actually a network
|
||||
* attempts to access the network will fail (although this does not
|
||||
* necessarily correlate with whether there is actually a network
|
||||
* available -- that's hard to detect without causing the dialer to
|
||||
* come up).
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче