Skip to content

Commit 49f0f42

Browse files
committed
wasmtime: fix typo in errmsg
Signed-off-by: Maximilian Hüter <[email protected]>
1 parent d6b9778 commit 49f0f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcrun/handlers/wasmtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ libwasmtime_exec (void *cookie, libcrun_container_t *container arg_unused,
126126
else if (wasm_enc == WASM_ENC_COMPONENT)
127127
libwasmtime_run_component (cookie, argv, engine, &wasm);
128128
else
129-
error (EXIT_FAILURE, 0, "unsupport wasm encoding detected");
129+
error (EXIT_FAILURE, 0, "unsupported wasm encoding detected");
130130

131131
exit (EXIT_SUCCESS);
132132
}

0 commit comments

Comments
 (0)