From 795e381be4b748da111ffd0a840202e462d64fb8 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 29 Oct 2021 21:01:41 +0200 Subject: [PATCH] Fix typo: profilng -> profiling (#3492) --- crates/wasmtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmtime/src/lib.rs b/crates/wasmtime/src/lib.rs index 75e3b1f113..5b743f929c 100644 --- a/crates/wasmtime/src/lib.rs +++ b/crates/wasmtime/src/lib.rs @@ -259,7 +259,7 @@ //! asynchronously. //! //! * `jitdump` - Enabled by default, this feature compiles in support for the -//! jitdump runtime profilng format. The profiler can be selected with +//! jitdump runtime profiling format. The profiler can be selected with //! [`Config::profiler`]. //! //! * `vtune` - Not enabled by default, this feature compiles in support for