From 059e4cac7975e1ef93fcbdf61430b601ecffb1bb Mon Sep 17 00:00:00 2001 From: Milo Davis Date: Wed, 1 Nov 2017 10:49:46 +0100 Subject: [PATCH] Fix spelling mistake --- src/node/shell/node_rpc_services.ml | 2 +- src/node/shell/prevalidator.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/node/shell/node_rpc_services.ml b/src/node/shell/node_rpc_services.ml index 6c607cb80..1fdb833ac 100644 --- a/src/node/shell/node_rpc_services.ml +++ b/src/node/shell/node_rpc_services.ml @@ -658,7 +658,7 @@ let inject_operation = constructed using a contextual RPCs from the latest block \ and signed by the client. By default, the RPC will wait for \ the operation to be (pre-)validated before answering. See \ - RPCs ubder /blocks/prevalidation for more details on the \ + RPCs under /blocks/prevalidation for more details on the \ prevalidation context." ~input: (obj4 diff --git a/src/node/shell/prevalidator.mli b/src/node/shell/prevalidator.mli index 9c786424f..ae6561205 100644 --- a/src/node/shell/prevalidator.mli +++ b/src/node/shell/prevalidator.mli @@ -40,7 +40,7 @@ val shutdown: t -> unit Lwt.t val notify_operations: t -> P2p.Peer_id.t -> Mempool.t -> unit (** Conditionnaly inject a new operation in the node: the operation will - be ignored when it is (strongly) refused. This is the + be ignored when it is (strongly) refused This is the entry-point used by the P2P layer. The operation content has been previously stored on disk. *) val inject_operation: t -> ?force:bool -> Operation.t -> unit tzresult Lwt.t