Fixed 2 typos in RECIPE-API-CHANGELOG.md

Message ID 4uil8nqdd7i6.7XHbwuT_-yKUu7QgXrnCjQ2@16F0H.trk.elasticemail.com
State Accepted, archived
Headers show
Series Fixed 2 typos in RECIPE-API-CHANGELOG.md | expand

Commit Message

Roberto A. Foglietta Dec. 6, 2022, 8:56 p.m. UTC
From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>

bugfix, typos, documentation - commit 87d31ee add some text to the
RECIPE-API-CHANGELOG.md but two words were mispelled, this fixes.

Fixes: 87d31ee ("add interface to passthrough env vars to sbuild")

Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com>
---
 RECIPE-API-CHANGELOG.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Anton Mikanovich Dec. 14, 2022, 7:24 a.m. UTC | #1
06.12.2022 23:56, roberto.foglietta@gmail.com wrote:
> From: "Roberto A. Foglietta" <roberto.foglietta@gmail.com>
>
> bugfix, typos, documentation - commit 87d31ee add some text to the
> RECIPE-API-CHANGELOG.md but two words were mispelled, this fixes.
>
> Fixes: 87d31ee ("add interface to passthrough env vars to sbuild")
>
> Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com>

Applied to next, thanks.

Patch

diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index 1b8efa5..0bb8338 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -436,8 +436,8 @@  specific bitbake variables as environment variables into the sbuild environment.
 The motivation behind it is to allow the use of external mirrors for programming languages with builtin
 package managers (like rust and go). By that, the variables are also excluded from the bitbake signatures.
 This helps in areas where default mirrors can either not be reached or provide only little throughput.
-Please note, the forwarded variables do not have to exist. While they are not forwared in case they do not
+Please note, the forwarded variables do not have to exist. While they are not forwarded in case they do not
 exist, empty variables are forwarded.
 
-**Note about reproducability**: the forwarded variables must not have any influence on the generated package.
+**Note about reproducibility**: the forwarded variables must not have any influence on the generated package.
 This mechanism must also not be used to inject build configurations. For these cases, templates should be used.