summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-27 23:41:27 +0200
committerMichael Stahl <mstahl@redhat.com>2017-03-28 20:43:04 +0000
commitfd3449946492e80811e4a51231cf1061c607d8b7 (patch)
treef69601fc4a063a8690af947d73be0373b38a370f /desktop
parent55ddbfc610d2a00e565ca7bcb0277da33bb90947 (diff)
Fix typos
Change-Id: Ibef75de246fb31884153437fe8c05e299fe5962f Reviewed-on: https://gerrit.libreoffice.org/35782 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/inc/lib/init.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/inc/lib/init.hxx b/desktop/inc/lib/init.hxx
index c8162c1fea2f..1e48793e9587 100644
--- a/desktop/inc/lib/init.hxx
+++ b/desktop/inc/lib/init.hxx
@@ -97,7 +97,7 @@ namespace desktop {
/// Helper function to extract the value from parameters delimited by
/// comma, like: Name1=Value1,Name2=Value2,Name3=Value3.
- /// @param rOptions When exctacted, the Param=Value is removed from it.
+ /// @param rOptions When exctracted, the Param=Value is removed from it.
DESKTOP_DLLPUBLIC OUString extractParameter(OUString& aOptions, const OUString& rName);
}