Fix spelling mistake

This commit is contained in:
Milo Davis 2017-11-01 10:49:46 +01:00 committed by Benjamin Canou
parent c6b4a83e2b
commit 059e4cac79
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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