From f1134ca31084e052554ba1b3fa25baf2fee8acd7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 9 May 2022 12:15:56 +0200 Subject: Fix typo Change-Id: Iebbecfbd395aa001d82dc00c7ef9b9587b4755fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134048 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- postprocess/qa/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess') 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 -- cgit