Fix typos
This commit is contained in:
parent
ac9f819f6e
commit
f586d920f7
24 changed files with 31 additions and 31 deletions
|
|
@ -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>.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue