postprocess/qa/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f1134ca31084e052554ba1b3fa25baf2fee8acd7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 9 12:15:56 2022 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sat May 14 14:08:53 2022 +0200 Fix typo Change-Id: Iebbecfbd395aa001d82dc00c7ef9b9587b4755fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134048 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 2912356d40ea..94bd76031ff4 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -16,7 +16,7 @@ // service there are multiple implementations or it does not have an appropriate // constructor) but does support at least one accumulation-based service, then // instantiate it through its implementation name (a heuristic to identify -// instantiatable implementations that appears to work well). +// instantiable implementations that appears to work well). #include <sal/config.h>