From 8d9132f43cbf4b69d41f761e25a819565836449f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Wed, 16 Jun 2021 09:10:41 +0200 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bence Szépkúti --- ChangeLog.d/split-config.txt | 2 +- docs/3.0-migration-guide.d/split_config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/split-config.txt b/ChangeLog.d/split-config.txt index bb807be7a..7fe2955f1 100644 --- a/ChangeLog.d/split-config.txt +++ b/ChangeLog.d/split-config.txt @@ -1,7 +1,7 @@ Changes * config.h has been split into build_info.h and mbedtls_config.h build_info.h is intended to be included from C code directly, while - mbedtls_config.h is intended to be edited by end users whishing to + mbedtls_config.h is intended to be edited by end users wishing to change the build configuration, and should generally only be included from build_info.h. * The handling of MBEDTLS_CONFIG_FILE has been moved into build_info.h. diff --git a/docs/3.0-migration-guide.d/split_config.md b/docs/3.0-migration-guide.d/split_config.md index b8f516af5..8fba5b355 100644 --- a/docs/3.0-migration-guide.d/split_config.md +++ b/docs/3.0-migration-guide.d/split_config.md @@ -3,7 +3,7 @@ Introduce a level of indirection and versioning in the config files `config.h` was split into `build_info.h` and `mbedtls_config.h`. `build_info.h` is intended to be included from C code directly, while -`mbedtls_config.h` is intended to be edited by end users whishing to +`mbedtls_config.h` is intended to be edited by end users wishing to change the build configuration, and should generally only be included from `build_info.h`. This is because all the preprocessor logic has been moved into `build_info.h`, including the handling of the `MBEDTLS_CONFIG_FILE`