Skip to content

Commit ab651b2

Browse files
paveljaniklaanwj
authored andcommitted
Fix typos in comments (missing i's).
1 parent 59abcef commit ab651b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/allocators.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class MemoryPageLocker
131131
* Due to the unpredictable order of static initializers, we have to make sure the
132132
* LockedPageManager instance exists before any other STL-based objects that use
133133
* secure_allocator are created. So instead of having LockedPageManager also be
134-
* static-intialized, it is created on demand.
134+
* static-initialized, it is created on demand.
135135
*/
136136
class LockedPageManager: public LockedPageManagerBase<MemoryPageLocker>
137137
{

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern const std::string CLIENT_DATE;
2828

2929
static const int PROTOCOL_VERSION = 70002;
3030

31-
// intial proto version, to be increased after version/verack negotiation
31+
// initial proto version, to be increased after version/verack negotiation
3232
static const int INIT_PROTO_VERSION = 209;
3333

3434
// disconnect from peers older than this proto version
@@ -45,7 +45,7 @@ static const int NOBLKS_VERSION_END = 32400;
4545
// BIP 0031, pong message, is enabled for all versions AFTER this one
4646
static const int BIP0031_VERSION = 60000;
4747

48-
// "mempool" command, enhanced "getdata" behavior starts with this version:
48+
// "mempool" command, enhanced "getdata" behavior starts with this version
4949
static const int MEMPOOL_GD_VERSION = 60002;
5050

5151
#endif

0 commit comments

Comments
 (0)