Skip to content

Commit f9bd92d

Browse files
committed
version.h: s/shord/short/ in comment
1 parent d7615af commit f9bd92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static const int SENDHEADERS_VERSION = 70012;
3939
//! "feefilter" tells peers to filter invs to you by fee starts with this version
4040
static const int FEEFILTER_VERSION = 70013;
4141

42-
//! shord-id-based block download starts with this version
42+
//! short-id-based block download starts with this version
4343
static const int SHORT_IDS_BLOCKS_VERSION = 70014;
4444

4545
#endif // BITCOIN_VERSION_H

0 commit comments

Comments
 (0)