From 3eb7b0546f2a5ff26116b8c164322f0c99521863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Sun, 9 Sep 2018 10:13:40 +0200 Subject: [PATCH] Fix typo in documentation --- include/evmc/evmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evmc/evmc.h b/include/evmc/evmc.h index 61d2715..610ee3c 100644 --- a/include/evmc/evmc.h +++ b/include/evmc/evmc.h @@ -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.