blockchain: fix spelling error

This commit is contained in:
HiddenMan 2019-05-30 11:48:12 +08:00 committed by Braydon Fuller
parent 1721bdfe92
commit 0551096c0a
No known key found for this signature in database
GPG Key ID: F24F232D108B3AD4

View File

@ -812,7 +812,7 @@ class Chain extends AsyncEmitter {
}
/**
* Find the block at which a fork ocurred.
* Find the block at which a fork occurred.
* @private
* @param {ChainEntry} fork - The current chain.
* @param {ChainEntry} longer - The competing chain.