diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-01 13:34:59 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-01 11:37:50 +0000 |
commit | ecf5384f754c2140bf14579d97585e634e1a14a9 (patch) | |
tree | 97f38629ed654e9d73ee0733906e77756cbe33e9 /m4 | |
parent | a0649f316ec53e878b5c9ffef67adb712fe9935f (diff) |
Fix typos
Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea
Reviewed-on: https://gerrit.libreoffice.org/18960
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ax_boost_base.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4 index 55de0c48baae..94909a52fe49 100644 --- a/m4/ax_boost_base.m4 +++ b/m4/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>. |