Fix typos

This commit is contained in:
Vincent Botbol 2018-08-03 15:39:20 +02:00 committed by Benjamin Canou
parent 694c48f94a
commit 6cfd00e705
No known key found for this signature in database
GPG Key ID: 73607948459DC5F8
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ let () =
`Branch
~id:"RPC_context.Not_found"
~title:"RPC lookup failed"
~description:"RPC lookup failed. No RPC exists at the URL or the RPC tried to access non-existant data."
~description:"RPC lookup failed. No RPC exists at the URL or the RPC tried to access non-existent data."
(obj2
(req "method" RPC_service.meth_encoding)
(req "uri" uri_encoding))

View File

@ -101,7 +101,7 @@ let get_seed_nonce_hash ctxt =
| B { header } -> header
| I i -> Incremental.header i in
match header.protocol_data.contents.seed_nonce_hash with
| None -> failwith "Ne committed nonce"
| None -> failwith "No committed nonce"
| Some hash -> return hash
let get_seed ctxt = Alpha_services.Seed.get rpc_ctxt ctxt