mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 02:49:19 +00:00
Bugfix: Fix a variety of misspellings
This commit is contained in:
parent
92dfcea0e9
commit
50bbdd4a1d
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user