From ecf5384f754c2140bf14579d97585e634e1a14a9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 1 Oct 2015 13:34:59 +0200 Subject: Fix typos Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea Reviewed-on: https://gerrit.libreoffice.org/18960 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- m4/ax_boost_base.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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 # . -- cgit