Skip to content

Commit c75d7dc

Browse files
MarcoFalkePastaPastaPasta
MarcoFalke
authored andcommitted
Merge bitcoin#9962: [trivial] Fix typo in rpc/protocol.h
9ea2490 [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 (practicalswift) Tree-SHA512: bfa60dc9f40db867b09e60dbe803db79c86ff939048c91e551c0794a91428bde3aa42c4aabf915c640cd15565005608da10dae051942e806fdf5d28e9704d765
1 parent 49b743e commit c75d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/protocol.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ enum RPCErrorCode
3939
RPC_METHOD_NOT_FOUND = -32601,
4040
RPC_INVALID_PARAMS = -32602,
4141
// RPC_INTERNAL_ERROR should only be used for genuine errors in bitcoind
42-
// (for exampled datadir corruption).
42+
// (for example datadir corruption).
4343
RPC_INTERNAL_ERROR = -32603,
4444
RPC_PARSE_ERROR = -32700,
4545

0 commit comments

Comments
 (0)