From 88df20946c6d5b7ea3081f168dde13554ee47513 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 6 Apr 2023 13:50:24 +0200 Subject: [PATCH] Fix typo Change-Id: I752f670346d42b8756f77f75ef8bcb0d1b9ae77f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150101 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- m4/ax_boost_base.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .