From 025adf2e50b30ccdc91f3926e5a8bf5616bc69cd Mon Sep 17 00:00:00 2001 From: Christopher Waldon Date: Tue, 1 Oct 2019 09:22:23 -0400 Subject: [PATCH] Fix typo in warning (#180) --- src/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/background.js b/src/background.js index 3d214b5..bfc8d4e 100644 --- a/src/background.js +++ b/src/background.js @@ -644,7 +644,7 @@ function handleModalAuth(requestDetails) { if (launchHost !== requestDetails.challenger.host) { var message = "You are about to send login credentials to a domain that is different than " + - "the one you lauched from the browserpass extension. Do you wish to proceed?\n\n" + + "the one you launched from the browserpass extension. Do you wish to proceed?\n\n" + "Realm: " + requestDetails.realm + "\n" +