From 8fdc4c6c5fda3e60145beefae3198ef84c7c479f Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 25 Mar 2021 13:18:08 -0400 Subject: [PATCH] typo: Buildung -> Building --- expat/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/README.md b/expat/README.md index 6e4b4226..b67da3ee 100644 --- a/expat/README.md +++ b/expat/README.md @@ -85,7 +85,7 @@ target_link_libraries(hello PUBLIC expat::expat) ``` -## Buildung from a Git Clone +## Building from a Git Clone If you are building Expat from a check-out from the [Git repository](https://github.com/libexpat/libexpat/), @@ -101,7 +101,7 @@ Once this has been done, follow the same instructions as for building from a source distribution. -## Buildung from a Source Distribution +## Building from a Source Distribution ### a) Building with the configure script (i.e. GNU Autotools)