Skip to content

Commit

Permalink
[trival] Fix typo introduced into rpc/protocol.h in commit 338bf06
Browse files Browse the repository at this point in the history
The typo was introduced in commit 338bf06, which was merged yesterday.

Changes summarized to facilitate reviewing:
* exampled → example
  • Loading branch information
practicalswift committed Mar 9, 2017
1 parent b403ec5 commit 9ea2490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 9ea2490

Please sign in to comment.