summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-19 16:33:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-07-23 16:55:32 +0200
commitdeafd385566a5e65d0fe33780db2fcd3825f369e (patch)
treea20d5bda01707d6d91ae6b8fe66303d590b2e2ec /desktop
parentc13865a4caf7898c4e59a5b22bbd493d6dad9661 (diff)
Fix typos
Change-Id: I9671ad7c9e75b9e10abf46bc6b53fcd760acecbf Reviewed-on: https://gerrit.libreoffice.org/57599 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/help/dp_helpbackenddb.hxx2
1 files changed, 1 insertions, 1 deletions
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<Data> 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();