diff --git a/SECURITY.md b/SECURITY.md index 22101c1e..b84a0706 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -15,7 +15,7 @@ Instead, please report them to the repository maintainers by sending a **GPG encrypted e-mail** to _all maintainers of a specific repo_ using their GPG keys. A list of repository maintainers and their keys and e-mail addresses are -provided inside MAINTANERS.md file and MANIFEST.yml, with the latter also +provided inside MAINTAINERS.md file and MANIFEST.yml, with the latter also included in the README.md as a manifest block, which looks in the following way: ```yaml diff --git a/consensus/src/script.rs b/consensus/src/script.rs index 90cea003..2764bf77 100644 --- a/consensus/src/script.rs +++ b/consensus/src/script.rs @@ -348,7 +348,7 @@ impl ScriptBytes { .expect("script exceeds 4GB") } - /// Computes the sum of `len` and the lenght of an appropriate push + /// Computes the sum of `len` and the length of an appropriate push /// opcode. pub fn len_for_slice(len: usize) -> usize { len + match len {