File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ httpsEverywhere.fetchSource = {
6363
6464 /**
6565 * Sends HTTP request to view ruleset source and updates the window with the
66- * rulset source.
66+ * ruleset source.
6767 *
68- * @param URL HTTP request will be sent to this URL
68+ * @param URL HTTP request will be sent to this URL
6969 * @param filename used for displaying ruleset source
7070 * @param useHead whether send request to latest revision of ruleset
7171 */
@@ -108,7 +108,7 @@ httpsEverywhere.fetchSource = {
108108 } ,
109109
110110 /**
111- * Handle a download failure of rulset .
111+ * Handle a download failure of ruleset .
112112 */
113113 downloadFailed : function ( ) {
114114 document . getElementById ( "source-text" ) . hidden = true ;
@@ -138,7 +138,7 @@ httpsEverywhere.fetchSource = {
138138
139139 /**
140140 * Convenience method for setting the path (URL) that was used to fetch
141- * ruleset
141+ * ruleset.
142142 *
143143 * @param text path text
144144 */
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ function toggleEnabledState(){
253253 HTTPSEverywhere . toggleEnabledState ( ) ;
254254 reload_window ( ) ;
255255
256- // Change icon depending on enable state
256+ // Change icon depending on enabled state
257257 httpsEverywhere . toolbarButton . changeIcon ( ) ;
258258}
259259
You can’t perform that action at this time.
0 commit comments