From ee495c299b3d70b7a7099c51c6badf35a23f9a96 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:41:08 +0100 Subject: Fix typos Change-Id: I389542e18fcf71011f22919743b5280779f449fd Reviewed-on: https://gerrit.libreoffice.org/35632 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- idlc/source/options.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idlc') diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index 794f7929ad33..be907232ca1b 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -194,7 +194,7 @@ bool Options::setOption(char const * option, std::string const & rArg) } #ifdef _WIN32 -/* Helper functiopn to convert windows paths including spaces, brackets etc. into +/* Helper function to convert windows paths including spaces, brackets etc. into a windows short Url. The ucpp preprocessor has problems with such paths and returns with error. */ -- cgit