Fixed 2 typos in RECIPE-API-CHANGELOG.md

Message ID 4uil62kudwzd.mLg3usQCQdkQYpQRzN2ziQ2@16F0H.trk.elasticemail.com
State Superseded, archived
Headers show
Series Fixed 2 typos in RECIPE-API-CHANGELOG.md | expand

Commit Message

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

bugfix, typos, documentation

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(-)

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.