From 17f9aa97f8753b895db30e8080481f5f6d696b82 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 10 Sep 2019 10:37:56 +0200 Subject: Fix typos Change-Id: I4671d0f13e67b1272fd7c24bb6a2a7679c75f20b Reviewed-on: https://gerrit.libreoffice.org/78797 Tested-by: Jenkins Reviewed-by: Julien Nabet --- extensions/source/propctrlr/cellbindinghelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/propctrlr/cellbindinghelper.hxx b/extensions/source/propctrlr/cellbindinghelper.hxx index 2523b1f7e23e..30e70c34272e 100644 --- a/extensions/source/propctrlr/cellbindinghelper.hxx +++ b/extensions/source/propctrlr/cellbindinghelper.hxx @@ -214,7 +214,7 @@ namespace pcr */ bool isSpreadsheetDocumentWhichSupplies( const OUString& _rService ) const; - /** checks whether a given component supports a given servive + /** checks whether a given component supports a given service */ static bool doesComponentSupport( const css::uno::Reference< css::uno::XInterface >& _rxComponent, -- cgit