From deafd385566a5e65d0fe33780db2fcd3825f369e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 19 Jul 2018 16:33:19 +0200 Subject: Fix typos Change-Id: I9671ad7c9e75b9e10abf46bc6b53fcd760acecbf Reviewed-on: https://gerrit.libreoffice.org/57599 Tested-by: Jenkins Reviewed-by: Julien Nabet Reviewed-by: Christian Lohmaier --- desktop/source/deployment/registry/help/dp_helpbackenddb.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx index 50621abd576a..ad030ee60f58 100644 --- a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx +++ b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx @@ -65,7 +65,7 @@ public: void addEntry(OUString const & url, Data const & data); ::boost::optional getEntry(OUString const & url); - //must also return the data urls for entries with @activ="false". That is, + //must also return the data urls for entries with @active="false". That is, //those are currently revoked. std::vector< OUString> getAllDataUrls(); -- cgit