From c262048da915614cf0349d6e4293ad82cc0667d9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 21 Mar 2018 08:35:35 +0100 Subject: Fix typo Change-Id: Ib9aac2a629352a25d80061c2d4ca420e8144a94b Reviewed-on: https://gerrit.libreoffice.org/51683 Reviewed-by: Julien Nabet Tested-by: Jenkins --- shell/source/backends/wininetbe/wininetbackend.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx index b6bcae4a8fc5..5334877d3451 100644 --- a/shell/source/backends/wininetbe/wininetbackend.cxx +++ b/shell/source/backends/wininetbe/wininetbackend.cxx @@ -160,7 +160,7 @@ WinInetBackend::WinInetBackend() // proxy is enabled or not // We use InternetQueryOptionW (see https://msdn.microsoft.com/en-us/library/aa385101); - // it fills INTERNET_PROXY_INFO struct which is definned in WinInet.h to have LPCTSTR + // it fills INTERNET_PROXY_INFO struct which is defined in WinInet.h to have LPCTSTR // (i.e., the UNICODE-dependent generic string type expanding to const wchar_t* when // UNICODE is defined, and InternetQueryOption macro expands to InternetQueryOptionW). // Thus, it's natural to expect that W version would return wide strings. But it's not -- cgit v1.2.3