Skip to content

Commit 96d4ab0

Browse files
authored
Fix various typos (#2202)
1 parent 9186c9f commit 96d4ab0

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

config/_default/languages.en.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
title = "Let's Encrypt"
22
contentDir = "content/en"
3-
#The name of the language, it that language is not English
3+
#The name of the language, if that language is not English
44
languageName = "English"
5-
#The language code. Usually two lower-case letters. It that language is spoken in more than one country, the country-code can be added, uppercase. To check it: https://r12a.github.io/app-subtags/?check=pt-BR
5+
#The language code. Usually two lower-case letters. If that language is spoken in more than one country, the country-code can be added, uppercase. To check it: https://r12a.github.io/app-subtags/?check=pt-BR
66
languageCode = "en-US"
77
# Weight used for sorting.
88
# 10 for English

content/en/docs/a-warm-welcome-to-asn1-and-der.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ Length
587587
The length in the tag-length-value tuple always represents the total
588588
number of bytes in the object including all sub-objects. So a SEQUENCE
589589
with one field doesn't have a length of 1; it has a length of however
590-
many bytes the encoded form of that field take up.
590+
many bytes the encoded form of that field takes up.
591591

592592
The encoding of length can take two forms: short or long. The short form
593593
is a single byte, between 0 and 127.
@@ -733,7 +733,7 @@ and a second one that imports the first, and has [IMPLICIT tags as the
733733
default](https://tools.ietf.org/html/rfc5280#appendix-A.2).
734734
Implicit encoding uses fewer bytes than explicit encoding.
735735

736-
AUTOMATIC TAGS is the same as IMPLICIT TAGS, but with additional
736+
AUTOMATIC TAGS is the same as IMPLICIT TAGS, but with the additional
737737
property that tag numbers (`[0]`, `[1]`, etc) are automatically assigned
738738
in places that need them, like SEQUENCEs with optional fields.
739739

content/en/docs/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Note for translators:
5555

5656
{{% def id="CP" name="Certificate Policy" abbr="CP" %}} A named set of rules that indicates the applicability of a certificate to a particular community and/or class of applications with common security requirements. Specific details of issuance are outlined in a [CPS](#def-CPS). CP and CPS documents may be combined into a single document. [ISRG Combined CP/CPS](/repository#isrg-certificate-policy) - [RFC 3647](https://tools.ietf.org/html/rfc3647) - [Wikipedia](https://en.wikipedia.org/wiki/Certificate_policy) {{% /def %}}
5757

58-
{{% def id="CPS" name="Certification Practice Statement" abbr="CPS" %}} A statement of the practices that a certification authority employs in issuing, managing, revoking, and renewing or re-keying certificates. A CPS must be compliant with its associated [Certificate Policy](#def-CP). CP and CPS documents may be combined into a single document. [ISRG Combined CP/CPS](/repository#isrg-certificate-policy) - [RFC 3647 section 3.4](https://tools.ietf.org/html/rfc3647#section-3.4) [Wikipedia](https://en.wikipedia.org/wiki/Certification_Practice_Statement) {{% /def %}}
58+
{{% def id="CPS" name="Certification Practice Statement" abbr="CPS" %}} A statement of the practices that a certification authority employs in issuing, managing, revoking, and renewing or re-keying certificates. A CPS must be compliant with its associated [Certificate Policy](#def-CP). CP and CPS documents may be combined into a single document. [ISRG Combined CP/CPS](/repository#isrg-certificate-policy) - [RFC 3647 section 3.4](https://tools.ietf.org/html/rfc3647#section-3.4) - [Wikipedia](https://en.wikipedia.org/wiki/Certification_Practice_Statement) {{% /def %}}
5959

6060
{{% def id="critical" name="Critical extension" %}} A certificate may contain [extensions](#def-extension) marked "critical." This means that software must reject that certificate unless the software understands how to process that extension. This makes it possible to introduce new extensions that are important for security without creating risks for older software. {{% /def %}}
6161

@@ -111,7 +111,7 @@ Note for translators:
111111

112112
{{% def id="LE" name="Let's Encrypt" abbr="LE" %}} The [Certificate Authority](#def-CA) operated by [ISRG](#def-ISRG). [Wikipedia](https://en.wikipedia.org/wiki/Let%27s_Encrypt) {{% /def %}}
113113

114-
{{% def id="mixed-content" name="Mixed content" %}} When an HTTPS webpage loads sub-resources (Javascript, CSS or images) over HTTP. [Browsers](#def-web-browser) may block mixed content, or mark the page as less secure when mixed content is present: https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content. To fix a mixed content problem, a web developer must change their pages so all resources use HTTPS URLs. [Developer tools](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools) built into browsers can be used to find out which resources are causing mixed content problems. {{% /def %}}
114+
{{% def id="mixed-content" name="Mixed content" %}} When an HTTPS webpage loads sub-resources (JavaScript, CSS or images) over HTTP. [Browsers](#def-web-browser) may block mixed content, or mark the page as less secure when mixed content is present: https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content. To fix a mixed content problem, a web developer must change their pages so all resources use HTTPS URLs. [Developer tools](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools) built into browsers can be used to find out which resources are causing mixed content problems. {{% /def %}}
115115

116116
{{% def id="OCSP" name="Online Certificate Status Protocol" abbr="OCSP" abbr_first="1" %}} A method to check the [revocation](#def-revocation) status of a [certificate](#def-leaf). In other words, a way to check whether a [Certificate Authority](#def-CA) indicates that the certificate should no longer be considered valid, even though its expiration date has not yet been reached. This request can create privacy problems because it allows the certificate authority, and Internet service providers, to directly observe who is visiting which sites. [Let's Encrypt](#def-LE) no longer provides an OCSP service. [Wikipedia](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) {{% /def %}}
117117

i18n/en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ other = "websites"
422422
other = "More ways we're improving security and privacy"
423423

424424
[projects_section_description]
425-
other = "Did you know Let's Encrypt has two sibling projects? Let's Encrypt and these two projects are operated by Internet Security Research Group (ISRG), a 501(c)(3) public benefit organization focused on making the Internet more secure and privacy respecting."
425+
other = "Did you know Let's Encrypt has two sibling projects? Let's Encrypt and these two projects are operated by Internet Security Research Group (ISRG), a 501(c)(3) public benefit organization focused on making the Internet more secure and privacy-respecting."
426426

427427
[project_prossimo_name]
428428
other = "Prossimo"

themes/le-2021/layouts/partials/langs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ $lang := .Page.Language.Lang }}
44
{{ if eq $lang "en" }}
55
{{/*
6-
If we are in English, we search avaliable translations and add them hidden.
6+
If we are in English, we search available translations and add them hidden.
77
The javascript will show the relevant ones using the two first letters.
88
Ex. if the browser is in "pt-pt", it will show the messages for "pt-pt" and "pt-br"
99
*/}}

themes/le-2021/layouts/shortcodes/clients.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ <h1 dir="{{ $LanguageDirection }}" id="projects-integrating-with-let-s-encrypt">
6666
{{ errorf "Missing Library or Category for %q" .name }}
6767
{{ end }}
6868
{{ if and .category (not (in $.Site.Data.clients.categories .category)) }}
69-
{{ errorf "Category %q Unknow for %q" .category .name }}
69+
{{ errorf "Category %q Unknown for %q" .category .name }}
7070
{{ end }}
7171
{{ if and .library (not (in $.Site.Data.clients.libraries .library)) }}
72-
{{ errorf "Library %q Unknow for %q" .library .name }}
72+
{{ errorf "Library %q Unknown for %q" .library .name }}
7373
{{ end }}
7474
{{ end }}

themes/le-2021/layouts/shortcodes/def.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
{% /def %}
1010
1111
<p><dfn id="a unique id for anchor">The term to define</dfn>: the definition</p>
12-
<p><dfn id="a unique id for anchor"><abbr>an acronym</abbr</dfn>: the definition</p>
12+
<p><dfn id="a unique id for anchor"><abbr>an acronym</abbr></dfn>: the definition</p>
1313
<p><dfn id="a unique id for anchor">The term to define</dfn> (<abbr>an acronym</abbr>): the definition</p>
1414
1515
Usage (in other languages):
1616
{% def
17-
id="a unique id for anchor - the SAME than for english"
17+
id="a unique id for anchor - the SAME as for English"
1818
name="The term to define (optional if english or abbr is provided)"
1919
abbr="an acronym (optional)"
2020
english="the english term (optional - if present the abbr is in english too)"

themes/le-2021/layouts/shortcodes/i18n_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
{{ end }}
7777
{{ end }}
7878
{{ if not ( $scratch.Get "with_page") }}
79-
{{ errorf "Missing templatte placeholder for page %q in %q" $page.Path $lang }}
79+
{{ errorf "Missing template placeholder for page %q in %q" $page.Path $lang }}
8080
{{ end }}
8181
</td>
8282
{{ end }}

0 commit comments

Comments
 (0)