summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-28 23:37:35 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-03-29 05:10:01 +0000
commit834da9c476909ba65eef20f2509d9d3937c1f3ee (patch)
tree24930c617c99065095080ce0c9049bd25c91d982 /desktop
parent8681bd32d778585fc0da8f42a77aeb58cbae4308 (diff)
Fix typos
Change-Id: I379c3f8ca971e6180744fb7270dde9164ebcec1a Reviewed-on: https://gerrit.libreoffice.org/35814 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 1e48793e9587..ca8b14d09b08 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 exctracted, the Param=Value is removed from it.
+ /// @param rOptions When extracted, the Param=Value is removed from it.
DESKTOP_DLLPUBLIC OUString extractParameter(OUString& aOptions, const OUString& rName);
}