tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit dd8b24e288ad90831db2344f6728eea96c110a19
parent 65f9ca8c8d198a5cc0ff89b82337d6572e915ab7
Author: Doğu Abaris <abaris@null.net>
Date:   Mon, 22 Dec 2025 11:56:30 +0000

Bug 2006856 - Fix typo in mozsrcUriPlugin comment. r=Standard8 DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D276978

Diffstat:
Mbrowser/tools/mozsrcUriPlugin.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/tools/mozsrcUriPlugin.js b/browser/tools/mozsrcUriPlugin.js @@ -3,7 +3,7 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. */ // This plugin supports finding files with particular resource:// URIs -// and translating the uri into a relative filesytem path where the file may be +// and translating the uri into a relative filesystem path where the file may be // found when running within the Karma / Mocha test framework. /* eslint-env node */