Skip to content

Commit 5656939

Browse files
stlankesvalopok
authored andcommitted
remove typo
1 parent 64bfcb6 commit 5656939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hermit-wasm/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub fn main() -> Result<()> {
4545
let config = wasmtime::Config::new();
4646

4747
if CONFIG.module_and_args.is_empty() {
48-
eprintln!("No WebAssembly module specified. Please provide a .wacdsm file to run.");
48+
eprintln!("No WebAssembly module specified. Please provide a .wasm file to run.");
4949
std::process::exit(1);
5050
}
5151
let fname = CONFIG.module_and_args[0].clone();

0 commit comments

Comments
 (0)