Fix typos

This commit is contained in:
Dimitris Apostolou 2021-11-13 21:23:08 +02:00
commit f586d920f7
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
24 changed files with 31 additions and 31 deletions

View file

@ -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>.

View file

@ -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)

View file

@ -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)