From 5203027d74c73f865c53d0be488757ce150130d0 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 12 Apr 2018 21:12:32 +0200 Subject: Fix typos Change-Id: I9ea95f5b7b6cd056cc1aad146c8841877d187d55 Reviewed-on: https://gerrit.libreoffice.org/52742 Tested-by: Jenkins Reviewed-by: Julien Nabet --- desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index c238d53529d8..e452529fbac3 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2243,7 +2243,7 @@ OUString GetURL_Impl( const OUString& rName, boost::optional< OUString > const & cwdUrl ) { // if rName is a vnd.sun.star.script URL do not attempt to parse it - // as INetURLObj does not handle handle there URLs + // as INetURLObj does not handle URLs there if (rName.startsWith("vnd.sun.star.script")) { return rName; -- cgit