Bugfix: Fix a variety of misspellings

This commit is contained in:
Luke Dashjr
2012-07-26 00:48:39 +00:00
parent cafa8f2879
commit 3171daef6c
7 changed files with 10 additions and 10 deletions

View File

@@ -549,7 +549,7 @@ std::vector<unsigned char> CNetAddr::GetGroup() const
nClass = 1;
nStartByte = 2;
}
// for Teredo-tunneled IPv6 addresses, use the encapsulated IPv4 address
// for Teredo-tunnelled IPv6 addresses, use the encapsulated IPv4 address
else if (IsRFC4380())
{
vchRet.push_back(1);