diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-01-02 20:31:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 20:31:42 +0100 |
commit | a38e841a9854f3557b8f744ad08a2949a945713d (patch) | |
tree | 86bb71cfbea84521f71ce877aab72b8f0afb6acd | |
parent | dbd17e77765af73e91548235748dd41e00e199ca (diff) | |
parent | ad33e68bf640bed32d212e0a94d7b8b5af600327 (diff) | |
download | ATCD-a38e841a9854f3557b8f744ad08a2949a945713d.tar.gz |
Merge pull request #779 from likema/feature/socket-connect-typo
Fix typo.
-rw-r--r-- | ACE/ace/Sock_Connect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Sock_Connect.cpp b/ACE/ace/Sock_Connect.cpp index 1d7cf300b7a..43606fa2f3c 100644 --- a/ACE/ace/Sock_Connect.cpp +++ b/ACE/ace/Sock_Connect.cpp @@ -1475,7 +1475,7 @@ ip_check (int &ipvn_enabled, int pf) #if defined (ACE_WIN32) // as of the release of Windows 2008, even hosts that have IPv6 interfaces disabled // will still permit the creation of a PF_INET6 socket, thus rendering the socket - // creation test inconsistent. The reccommended solution is to get the list of + // creation test inconsistent. The recommended solution is to get the list of // endpoint addresses and see if any match the desired family. ACE_INET_Addr *if_addrs = 0; size_t if_cnt = 0; |