From 068f8fb18d7c118ded1432ef90ba3c1aafa79708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= Date: Wed, 13 Aug 2025 22:49:02 +0200 Subject: [PATCH] Fix typo: environemnt -> environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dylan Aïssi --- README.md | 2 +- doc/man/debos.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8ca1fc..bbd9c02 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ recipes. Additional more detailed example recipes are stored under [debos-recipe ## Environment variables debos reads a predefined list of environment variables from the host and -propagates them to the fakemachine build environemnt. The set of +propagates them to the fakemachine build environment. The set of environment variables is defined by `environ_vars` in `cmd/debos/debos.go`. Currently the list of environment variables includes the proxy environment variables documented at: diff --git a/doc/man/debos.1 b/doc/man/debos.1 index bc4575d..41dba10 100644 --- a/doc/man/debos.1 +++ b/doc/man/debos.1 @@ -181,7 +181,7 @@ https://github.com/go-debos/debos-recipes .SH ENVIRONMENT VARIABLES .PP debos reads a predefined list of environment variables from the host and -propagates them to the fakemachine build environemnt. +propagates them to the fakemachine build environment. The set of environment variables is defined by \f[V]environ_vars\f[R] in \f[V]cmd/debos/debos.go\f[R]. Currently the list of environment variables includes the proxy