From b2bc62d43a3e5231876bc73fca12f7772b1f2d0e Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 2 Feb 2021 09:23:37 +0100 Subject: [PATCH] chore(c-api) Update headers. --- lib/c-api/wasmer_wasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/c-api/wasmer_wasm.h b/lib/c-api/wasmer_wasm.h index a53fddbae..7c6d1b8ba 100644 --- a/lib/c-api/wasmer_wasm.h +++ b/lib/c-api/wasmer_wasm.h @@ -195,7 +195,7 @@ intptr_t wasi_env_read_stdout(wasi_env_t *env, char *buffer, uintptr_t buffer_le #endif #if defined(WASMER_WASI_ENABLED) -DEPRECATED("This function is longer necessary. You may safely remove all calls to it and everything will continue to work.") +DEPRECATED("This function is no longer necessary. You may safely remove all calls to it and everything will continue to work.") bool wasi_env_set_instance(wasi_env_t *_env, const wasm_instance_t *_instance); #endif