mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 07:23:44 +02:00
Fix typos in comments, documentation and strings (#1615)
All of them were found using codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:

committed by
Aleksandar Fabijanic

parent
a9598960e4
commit
8ccee8928c
@@ -30,7 +30,7 @@
|
||||
// from a DLL simpler. All files within this DLL are compiled with the NetSSL_EXPORTS
|
||||
// symbol defined on the command line. this symbol should not be defined on any project
|
||||
// that uses this DLL. This way any other project whose source files include this file see
|
||||
// NetSSL_API functions as being imported from a DLL, wheras this DLL sees symbols
|
||||
// NetSSL_API functions as being imported from a DLL, whereas this DLL sees symbols
|
||||
// defined with this macro as being exported.
|
||||
//
|
||||
#if (defined(_WIN32) || defined(__CYGWIN__)) && defined(POCO_DLL)
|
||||
|
Reference in New Issue
Block a user