1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

[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
parent 48006dc075
commit 7704d9e522
@@ -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()