diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-08-16 00:35:19 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-08-16 00:37:18 +0200 |
commit | 4fb2586661471a1572c2df2a5a091011d45eb7c4 (patch) | |
tree | a5782fb2b1a3b14cf9361e001ca3c77920b1f87b /src/chain.h | |
parent | d7be7b39fa1021ec4518186afe145ee948e12a94 (diff) | |
parent | 9d5e98ff80479628492329b3b6bdce56d255baa0 (diff) |
Merge #10956: Fix typos
9d5e98ff8 Fix typos. (practicalswift)
Pull request description:
Fix some typos not covered by #10705.
Tree-SHA512: f06e9541f6ae13ef5d6731399b61795997b21a8816abeb1749c93e99a5c47354e6cbd4a3d145f4dc6ef8a13db179799a3121ecbb7288abf3e8d81cdf81500d37
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h index 1223539e73..02db9ec771 100644 --- a/src/chain.h +++ b/src/chain.h @@ -216,7 +216,7 @@ public: //! (memory only) Sequential id assigned to distinguish order in which blocks are received. int32_t nSequenceId; - //! (memory only) Maximum nTime in the chain upto and including this block. + //! (memory only) Maximum nTime in the chain up to and including this block. unsigned int nTimeMax; void SetNull() |