diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-10-17 14:01:41 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-10-17 14:01:41 +0100 |
commit | 31128269f376c549c091136e28402841138e8ff5 (patch) | |
tree | 720b92c144e54d7069eea34616273ab4fb5ac9ec /wasmtime-wasi-http.c | |
parent | be4108ced06cb5cc929962698127034a5850ce92 (diff) | |
download | project_blackbird-31128269f376c549c091136e28402841138e8ff5.tar.gz project_blackbird-31128269f376c549c091136e28402841138e8ff5.tar.bz2 |
wasmtime-wasi-http.c: Spell 'Initializing' properly
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'wasmtime-wasi-http.c')
-rw-r--r-- | wasmtime-wasi-http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wasmtime-wasi-http.c b/wasmtime-wasi-http.c index 8b8ddff..e314816 100644 --- a/wasmtime-wasi-http.c +++ b/wasmtime-wasi-http.c @@ -266,7 +266,7 @@ int main(void) size_t file_size; bool ok; - printf("Initializing...\n"); + printf("Initialising...\n"); engine = wasm_engine_new(); store = wasmtime_store_new(engine, NULL, NULL); context = wasmtime_store_context(store); |