diff options
| author | practicalswift <[email protected]> | 2018-01-28 13:14:54 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-01-28 13:21:25 +0100 |
| commit | 1340eda3b7b6ca2789d6ec65dad72ee4c3844661 (patch) | |
| tree | 8e1ef2755ead1bd1de86ccc28387767326d381e0 /src/protocol.h | |
| parent | Merge #12270: Update chainTxData for 0.16 (diff) | |
| download | discoin-1340eda3b7b6ca2789d6ec65dad72ee4c3844661.tar.xz discoin-1340eda3b7b6ca2789d6ec65dad72ee4c3844661.zip | |
Fix typos
Diffstat (limited to 'src/protocol.h')
| -rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 43d8ac067..aaeb90eee 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -294,7 +294,7 @@ enum ServiceFlags : uint64_t { * Thus, generally, avoid calling with peerServices == NODE_NONE, unless * state-specific flags must absolutely be avoided. When called with * peerServices == NODE_NONE, the returned desirable service flags are - * guaranteed to not change dependant on state - ie they are suitable for + * guaranteed to not change dependent on state - ie they are suitable for * use when describing peers which we know to be desirable, but for which * we do not have a confirmed set of service flags. * |