summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devtools/shared/webconsole/network-monitor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/shared/webconsole/network-monitor.js b/devtools/shared/webconsole/network-monitor.js
index bda745520..a55162f52 100644
--- a/devtools/shared/webconsole/network-monitor.js
+++ b/devtools/shared/webconsole/network-monitor.js
@@ -1331,7 +1331,7 @@ NetworkMonitor.prototype = {
response.httpVersion = statusLineArray.shift();
// XXX:
// Sometimes, when using a proxy server (manual proxy configuration),
- // throws an errors:
+ // throws an error:
// 0x80040111 (NS_ERROR_NOT_AVAILABLE)
// [nsIHttpChannelInternal.remoteAddress]
// Bug 1337791 is the suspect.