From f23a334f6dfd4bba282d912461214f754d872fa4 Mon Sep 17 00:00:00 2001 From: Maximilian Bachmann Date: Mon, 19 Apr 2021 14:51:57 +0200 Subject: [PATCH] doc: fix spelling mistake Fix small spelling mistake Signed-off-by: Maximilian Bachmann --- doc/getting_started/toolchain_3rd_party_x_compilers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started/toolchain_3rd_party_x_compilers.rst b/doc/getting_started/toolchain_3rd_party_x_compilers.rst index aced28ee8a2..4862023dc3e 100644 --- a/doc/getting_started/toolchain_3rd_party_x_compilers.rst +++ b/doc/getting_started/toolchain_3rd_party_x_compilers.rst @@ -73,7 +73,7 @@ Intel oneApi Toolkits .. warning:: - On macOS, if you are having trouble with the suggested procedure, there is an unofficial package on brew that migth help you. + On macOS, if you are having trouble with the suggested procedure, there is an unofficial package on brew that might help you. Run ``brew install gcc-arm-embedded`` and configure the variables - Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``gnuarmemb``.