From f2830af16c3a8c551e6b2821e5c7a33e652127b4 Mon Sep 17 00:00:00 2001 From: fluesvamp Date: Sun, 7 Aug 2022 17:07:39 -0500 Subject: Fix typos in the codebase. --- BUILD/SETUP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/SETUP.sh') diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 3d993f63805..ff34bddab37 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -121,7 +121,7 @@ get_make_parallel_flag # SSL library to use.--with-ssl will select our bundled yaSSL # implementation of SSL. --with-ssl=yes will first try system library -# then the boundled one --with-ssl=system will use the system library. +# then the bundled one --with-ssl=system will use the system library. # We use bundled by default as this is guaranteed to work with Galera SSL_LIBRARY=--with-ssl -- cgit v1.2.1