summaryrefslogtreecommitdiff
path: root/bip-0065.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0065.mediawiki')
-rw-r--r--bip-0065.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki
index a780b65..5c687c6 100644
--- a/bip-0065.mediawiki
+++ b/bip-0065.mediawiki
@@ -222,7 +222,7 @@ semantics and detailed rationale for those semantics.
if (nLockTime < 0)
return false;
- // There are two times of nLockTime: lock-by-blockheight
+ // There are two types of nLockTime: lock-by-blockheight
// and lock-by-blocktime, distinguished by whether
// nLockTime < LOCKTIME_THRESHOLD.
//