summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-13 21:23:08 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-17 07:07:02 +0200
commitf586d920f72aeedd8d4c9504415f4251005ef4bf (patch)
treea6903835191ff04bb8b37db9e7a440ff483bb014 /Tools
parentac9f819f6ed767f763320fc64c79025868b69a1c (diff)
downloadswig-f586d920f72aeedd8d4c9504415f4251005ef4bf.tar.gz
Fix typos
Diffstat (limited to 'Tools')
-rw-r--r--Tools/config/ax_boost_base.m42
-rwxr-xr-xTools/travis-linux-install.sh2
-rwxr-xr-xTools/travis-osx-install.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/Tools/config/ax_boost_base.m4 b/Tools/config/ax_boost_base.m4
index f5a935cd6..94fb2a0d4 100644
--- a/Tools/config/ax_boost_base.m4
+++ b/Tools/config/ax_boost_base.m4
@@ -10,7 +10,7 @@
#
# Test for the Boost C++ libraries of a particular version (or newer)
#
-# If no path to the installed boost library is given the macro searchs
+# If no path to the installed boost library is given the macro searches
# under /usr, /usr/local, /opt and /opt/local and evaluates the
# $BOOST_ROOT environment variable. Further documentation is available at
# <http://randspringer.de/boost/index.html>.
diff --git a/Tools/travis-linux-install.sh b/Tools/travis-linux-install.sh
index cda834112..cb64d57d2 100755
--- a/Tools/travis-linux-install.sh
+++ b/Tools/travis-linux-install.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Install Linux packages where the version has been overidden in .travis.yml
+# Install Linux packages where the version has been overridden in .travis.yml
lsb_release -a
# find location of current script (only works in bash)
diff --git a/Tools/travis-osx-install.sh b/Tools/travis-osx-install.sh
index 71545ad5c..fc69c6654 100755
--- a/Tools/travis-osx-install.sh
+++ b/Tools/travis-osx-install.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Install MacOS packages where the version has been overidden in .travis.yml
+# Install MacOS packages where the version has been overridden in .travis.yml
set -e # exit on failure (same as -o errexit)