[Libreoffice-commits] core.git: shell/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Mar 21 09:03:00 UTC 2018
shell/source/backends/wininetbe/wininetbackend.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c262048da915614cf0349d6e4293ad82cc0667d9
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Mar 21 08:35:35 2018 +0100
Fix typo
Change-Id: Ib9aac2a629352a25d80061c2d4ca420e8144a94b
Reviewed-on: https://gerrit.libreoffice.org/51683
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins <ci at libreoffice.org>
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
More information about the Libreoffice-commits
mailing list