aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-03-09 12:32:34 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-03-09 12:32:46 +0100
commit5703dff0939f05c7457cebd6fc61d88ab13afe41 (patch)
tree6c6524cfcf0e1017858033fc97c090138c615dc8 /src
parente3e7db829ecd31b0327cff62048ea83ed97f7063 (diff)
parent9ea249014a6b85b10f8f4af0e680d5514796cdc5 (diff)
downloadbitcoin-5703dff0939f05c7457cebd6fc61d88ab13afe41.tar.xz
Merge #9962: [trivial] Fix typo in rpc/protocol.h
9ea2490 [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 (practicalswift) Tree-SHA512: bfa60dc9f40db867b09e60dbe803db79c86ff939048c91e551c0794a91428bde3aa42c4aabf915c640cd15565005608da10dae051942e806fdf5d28e9704d765
Diffstat (limited to 'src')
-rw-r--r--src/rpc/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/protocol.h b/src/rpc/protocol.h
index eafb8d9e67..85bc4db101 100644
--- a/src/rpc/protocol.h
+++ b/src/rpc/protocol.h
@@ -39,7 +39,7 @@ enum RPCErrorCode
RPC_METHOD_NOT_FOUND = -32601,
RPC_INVALID_PARAMS = -32602,
// RPC_INTERNAL_ERROR should only be used for genuine errors in bitcoind
- // (for exampled datadir corruption).
+ // (for example datadir corruption).
RPC_INTERNAL_ERROR = -32603,
RPC_PARSE_ERROR = -32700,