diff mbox series

[07/42] docs/manual/using-buildroot-toolchain.adoc: fix overridden typo

Message ID 20240910070823.4158894-8-peter@korsgaard.com
State Accepted
Headers show
Series codespell spelling fixes A-H | expand

Commit Message

Peter Korsgaard Sept. 10, 2024, 7:07 a.m. UTC
Overridden is with double-r-double-d.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 docs/manual/using-buildroot-toolchain.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/docs/manual/using-buildroot-toolchain.adoc b/docs/manual/using-buildroot-toolchain.adoc
index 09408ef05a..fd9dda753b 100644
--- a/docs/manual/using-buildroot-toolchain.adoc
+++ b/docs/manual/using-buildroot-toolchain.adoc
@@ -16,7 +16,7 @@  Alternatively, Buildroot can also export the toolchain and the development
 files of all selected packages, as an SDK, by running the command
 +make sdk+. This generates a tarball of the content of the host directory
 +output/host/+, named +<TARGET-TUPLE>_sdk-buildroot.tar.gz+ (which can be
-overriden by setting the environment variable +BR2_SDK_PREFIX+) and
+overridden by setting the environment variable +BR2_SDK_PREFIX+) and
 located in the output directory +output/images/+.
 
 This tarball can then be distributed to application developers, when