Fix typo in documentation

This commit is contained in:
Paweł Bylica 2018-09-09 10:13:40 +02:00
parent 9bfb7c8ada
commit 3eb7b0546f
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ typedef struct evmc_tx_context (*evmc_get_tx_context_fn)(struct evmc_context* co
* result code is returned.
*
* @param[out] result The returned block hash value. Only written to
* if the return value is 1 (information is avialable).
* if the return value is 1 (information is available).
* @param context The pointer to the Host execution context.
* @param number The block number.
* @return true if the information is available, false otherwise.