summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/source/options.cxx2
1 files changed, 1 insertions, 1 deletions
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.
*/