Skip to content

Commit 5092cc5

Browse files
committed
Typo fixes
1 parent e8de5d5 commit 5092cc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/chrome/content/fetch-source.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

src/chrome/content/toolbar_button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)