From 7704d9e52297be741b98a5380bed510c69f63503 Mon Sep 17 00:00:00 2001 From: adeshkp Date: Sat, 12 Sep 2020 16:01:48 +0530 Subject: [PATCH] [Pale-Moon] [minor] spelling correction in a code comment --- application/palemoon/components/nsBrowserGlue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/palemoon/components/nsBrowserGlue.js b/application/palemoon/components/nsBrowserGlue.js index e9bd01923..d93963721 100644 --- a/application/palemoon/components/nsBrowserGlue.js +++ b/application/palemoon/components/nsBrowserGlue.js @@ -452,7 +452,7 @@ BrowserGlue.prototype = { Services.obs.notifyObservers(null, "browser-ui-startup-complete", ""); }, - // Copies additional profile files from the default profile tho the current profile. + // Copies additional profile files from the default profile to the current profile. // Only files not covered by the regular profile creation process. // Currently only the userchrome examples. _copyDefaultProfileFiles: function()