[Pale-Moon] [minor] spelling correction in a code comment

This commit is contained in:
adeshkp 2020-09-12 16:01:48 +05:30 committed by roytam1
commit 7704d9e522

View file

@ -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()