commit 87988ac6f2ce93204a61e80abb5e3a15e7c3372b Author: David Fifield david@bamsoftware.com Date: Tue Mar 18 12:05:26 2014 -0700
typo --- firefox/components/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/firefox/components/main.js b/firefox/components/main.js index 85ec543..0034db6 100644 --- a/firefox/components/main.js +++ b/firefox/components/main.js @@ -25,7 +25,7 @@ // { // "error": "NS_ERROR_UNKNOWN_HOST" // } -// The extension closes the connectionn after each transaction, and the client +// The extension closes the connection after each transaction, and the client // must reconnect to do another request.
// https://developer.mozilla.org/en-US/docs/How_to_Build_an_XPCOM_Component_in_...