From 834da9c476909ba65eef20f2509d9d3937c1f3ee Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 28 Mar 2017 23:37:35 +0200 Subject: Fix typos Change-Id: I379c3f8ca971e6180744fb7270dde9164ebcec1a Reviewed-on: https://gerrit.libreoffice.org/35814 Tested-by: Jenkins Reviewed-by: Julien Nabet --- desktop/inc/lib/init.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') 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); } -- cgit