m4/ax_boost_base.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 88df20946c6d5b7ea3081f168dde13554ee47513 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Apr 6 13:50:24 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Apr 6 14:15:12 2023 +0200 Fix typo Change-Id: I752f670346d42b8756f77f75ef8bcb0d1b9ae77f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150101 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4 index b1fed7a50af5..d2d5c2404487 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, /opt/local and /opt/homebrew and evaluates # the $BOOST_ROOT environment variable. Further documentation is available # at <http://randspringer.de/boost/index.html>.