diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-29 13:05:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-29 13:26:15 +0100 |
commit | c101df217121043e578695aef05d940e5fe018b9 (patch) | |
tree | f26d1920df3cd47bf58e2655d6d6216c34ed8030 /postprocess/qa | |
parent | 8f9941d5edcc834d53df0e2bf36231a1bae67ddc (diff) |
Fix typos
Change-Id: Iedd82d035454c940d76a94c7e910c81827c1389c
Reviewed-on: https://gerrit.libreoffice.org/48828
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'postprocess/qa')
-rw-r--r-- | postprocess/qa/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 0ab677339d9d..27fed5779e93 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -11,7 +11,7 @@ // implementations reachable via the service manager. If a given implementation // is the only implementor of some service that has a zero-parameter // constructor, instantiate the implementation through that service name. If a -// given implementation does not offer any such contructors (because it does not +// given implementation does not offer any such constructors (because it does not // support any single-interface--based service, or because for each relevant // service there are multiple implementations or it does not have an appropriate // constructor) but does support at least one accumulation-based service, then |