Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 9, 2018
1 parent 8aac576 commit 335da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/evmc/evmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 335da8b

Please sign in to comment.