aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/windows.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-24 15:57:15 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-30 13:16:16 +0200
commited01c1afffdd35bddd55114a58f2824fccfbd9c0 (patch)
treefe2789b088fc12aef1e88e7ec7b3cda8c4154cdf /src/libstrongswan/utils/windows.h
parentcac71ff00c927c3cf35dafd971555c86d3ccd694 (diff)
downloadstrongswan-ed01c1afffdd35bddd55114a58f2824fccfbd9c0.tar.bz2
strongswan-ed01c1afffdd35bddd55114a58f2824fccfbd9c0.tar.xz
Fixed some typos
Diffstat (limited to 'src/libstrongswan/utils/windows.h')
-rw-r--r--src/libstrongswan/utils/windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/windows.h b/src/libstrongswan/utils/windows.h
index 5cf4a669b..3761e10ab 100644
--- a/src/libstrongswan/utils/windows.h
+++ b/src/libstrongswan/utils/windows.h
@@ -368,7 +368,7 @@ ssize_t windows_sendto(int sockfd, const void *buf, size_t len, int flags,
_CRTIMP errno_t strerror_s(char *buf, size_t size, int errnum);
/**
- * strerror_s, but supporting POSIX compatiblity errno >= 100
+ * strerror_s, but supporting POSIX compatibility errno >= 100
*/
#define strerror_s strerror_s_extended
int strerror_s_extended(char *buf, size_t buflen, int errnum);