shukitchan commented on code in PR #9431: URL: https://github.com/apache/trafficserver/pull/9431#discussion_r1109185826
########## plugins/experimental/wasm/Makefile.inc: ########## @@ -75,14 +75,14 @@ experimental_wasm_wasm_la_SOURCES = \ if HAS_WASMEDGE experimental_wasm_wasm_la_SOURCES += \ experimental/wasm/lib/src/wasmedge/wasmedge.cc \ - experimetnal/wasm/lib/src/wasmedge/types.h \ + experimental/wasm/lib/src/wasmedge/types.h \ Review Comment: thanks! ########## plugins/experimental/wasm/Makefile.inc: ########## @@ -75,14 +75,14 @@ experimental_wasm_wasm_la_SOURCES = \ if HAS_WASMEDGE experimental_wasm_wasm_la_SOURCES += \ experimental/wasm/lib/src/wasmedge/wasmedge.cc \ - experimetnal/wasm/lib/src/wasmedge/types.h \ + experimental/wasm/lib/src/wasmedge/types.h \ experimental/wasm/lib/include/proxy-wasm/wasmedge.h endif if HAS_WAMR experimental_wasm_wasm_la_SOURCES += \ experimental/wasm/lib/src/wamr/wamr.cc \ - experimetnal/wasm/lib/src/wamr/types.h \ + experimental/wasm/lib/src/wamr/types.h \ Review Comment: thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
