summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-08-10 13:57:24 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-10 13:57:24 +0200
commit10ed52767d25f3f9b9f5eee4983a3dee612ed2c6 (patch)
tree78341150550fed74c6445f496903faaee73410f6 /BUILD/SETUP.sh
parentd59674be83b83578f31c2b9434f45a8d62ad4e48 (diff)
parent6ffbc0e510cdaafe0494acd04e48d1f44727e86a (diff)
downloadmariadb-git-10ed52767d25f3f9b9f5eee4983a3dee612ed2c6.tar.gz
Merge branch '10.8' into 10.9mariadb-10.9.2
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index cd6aa38447b..d990608f14e 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -125,7 +125,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