From 5afd68ac95bcc9a3deb4bacac7b8805b95cba890 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 26 Oct 2022 09:14:14 +0000 Subject: [PATCH] no bug - fix some typos found by codespell r=linter-reviewers,fluent-reviewers,Gijs,Standard8 DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D160290 --- devtools/client/locales/en-US/webconsole.properties | 2 +- remote/doc/Security.md | 2 +- toolkit/locales/en-US/toolkit/about/aboutHttpsOnlyError.ftl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devtools/client/locales/en-US/webconsole.properties b/devtools/client/locales/en-US/webconsole.properties index 50e3fd024adf..86ffcf835388 100644 --- a/devtools/client/locales/en-US/webconsole.properties +++ b/devtools/client/locales/en-US/webconsole.properties @@ -534,7 +534,7 @@ webconsole.warningGroup.messageCount.tooltip=#1 message;#1 messages # LOCALIZATION NOTE (webconsole.input.editor.onboarding.label): the text that is displayed # when displaying the multiline-input mode for the first time, until the user dismiss the # text. -# Parameters: %1$S is Enter key, %2$S is the shorcut to evaluate the expression ( +# Parameters: %1$S is Enter key, %2$S is the shortcut to evaluate the expression ( # Ctrl+Enter or Cmd+Enter on OSX). webconsole.input.editor.onboarding.label=Iterate on your code faster with the new multi-line editor mode. Use %1$S to add new lines and %2$S to run. diff --git a/remote/doc/Security.md b/remote/doc/Security.md index 52c0497eb5a3..70510d975a32 100644 --- a/remote/doc/Security.md +++ b/remote/doc/Security.md @@ -62,7 +62,7 @@ Protocol (CDP). This protocol allows a client to: network traffic; - and extract information from the user session, including cookies - and local strage. + and local storage. There are no web-exposed features in the Remote Agent whatsoever. diff --git a/toolkit/locales/en-US/toolkit/about/aboutHttpsOnlyError.ftl b/toolkit/locales/en-US/toolkit/about/aboutHttpsOnlyError.ftl index d33edfa6e4c4..819dff6d4fcd 100644 --- a/toolkit/locales/en-US/toolkit/about/aboutHttpsOnlyError.ftl +++ b/toolkit/locales/en-US/toolkit/about/aboutHttpsOnlyError.ftl @@ -19,7 +19,7 @@ about-httpsonly-link-learn-more = Learn Moreā€¦ ## Suggestion Box that only shows up if a secure connection to www can be established ## Variables: -## $websiteUrl (String) - Url of the website that can be securely loded with these alternatives. Example: example.com +## $websiteUrl (String) - Url of the website that can be securely loaded with these alternatives. Example: example.com about-httpsonly-suggestion-box-header = Possible Alternative about-httpsonly-suggestion-box-www-text = There is a secure version of www.{ $websiteUrl }. You can visit this page instead of { $websiteUrl }.