From 1d2cd206f40306cbf06f3e2676e7cfa301077285 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Fri, 7 Apr 2023 17:17:30 -0500 Subject: [PATCH] typo fix (#84485) --- docs/workflow/building/libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/building/libraries/README.md b/docs/workflow/building/libraries/README.md index 34ae1207d84..618e0d6e583 100644 --- a/docs/workflow/building/libraries/README.md +++ b/docs/workflow/building/libraries/README.md @@ -105,7 +105,7 @@ By default the `build` script only builds the product libraries and none of the For Windows, replace `./build.sh` with `build.cmd`. -### How to building native components only +### How to build native components only The libraries build contains some native code. This includes shims over libc, openssl, gssapi, and zlib. The build system uses CMake to generate Makefiles using clang. The build also uses git for generating some version information.