Bug 106386 Correct misspellings in source code

patch by ajvincent@gmail.com r=timeless rs=brendan
This commit is contained in:
timeless%mozdev.org 2005-11-21 06:01:10 +00:00
Родитель 46f08a0c89
Коммит aa67b246b9
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -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).
*/