summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-08-10 13:06:08 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-10 13:06:08 +0200
commitc442e1ae21edc1f63906ac6101f1e989b589846f (patch)
treec98e223d5236f0e189104121fa96c591b05f1bd6 /BUILD/SETUP.sh
parent4f54c219e7c73072d7eff1e81e0f51dc1ff47509 (diff)
parent1ac0bce36e5bf2136cedb1ce1da949f53cce4404 (diff)
downloadmariadb-git-c442e1ae21edc1f63906ac6101f1e989b589846f.tar.gz
Merge branch '10.5' into 10.6
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 e77d86d2462..0ddf02813e3 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