Bugfix: Fix a variety of misspellings

This commit is contained in:
Luke Dashjr
2012-07-26 00:48:39 +00:00
parent 92dfcea0e9
commit 50bbdd4a1d
2 changed files with 2 additions and 2 deletions

View File

@@ -543,7 +543,7 @@ std::vector<unsigned char> CNetAddr::GetGroup() const
nClass = 1;
nStartByte = 12;
}
// for 6to4 tunneled addresses, use the encapsulated IPv4 address
// for 6to4 tunnelled addresses, use the encapsulated IPv4 address
else if (IsRFC3964())
{
nClass = 1;

View File

@@ -12,7 +12,7 @@
#include <sys/time.h>
#include <sys/resource.h>
#else
typedef int pid_t; /* define for windows compatiblity */
typedef int pid_t; /* define for windows compatibility */
#endif
#include <map>
#include <vector>