Fix some spelling issues (#3385)
Fix some of the spelling issues found by CSpell.
This commit is contained in:
@ -246,7 +246,7 @@ module_reader_callback(package_type_t module_type, const char *module_name,
|
||||
}
|
||||
|
||||
static void
|
||||
moudle_destroyer(uint8 *buffer, uint32 size)
|
||||
module_destroyer_callback(uint8 *buffer, uint32 size)
|
||||
{
|
||||
if (!buffer) {
|
||||
return;
|
||||
@ -506,7 +506,8 @@ main(int argc, char *argv[])
|
||||
#endif
|
||||
|
||||
#if WASM_ENABLE_MULTI_MODULE != 0
|
||||
wasm_runtime_set_module_reader(module_reader_callback, moudle_destroyer);
|
||||
wasm_runtime_set_module_reader(module_reader_callback,
|
||||
module_destroyer_callback);
|
||||
#endif
|
||||
|
||||
/* load WASM module */
|
||||
|
||||
Reference in New Issue
Block a user