From d1d59a044f535a006c7a19ea53d046e15025f050 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Wed, 23 Jul 2025 14:58:37 +0200 Subject: [PATCH] chore(crates/core): fix typo Signed-off-by: Vaughn Dice --- crates/core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/src/lib.rs b/crates/core/src/lib.rs index 5dd3d23dad..2866e0f244 100644 --- a/crates/core/src/lib.rs +++ b/crates/core/src/lib.rs @@ -104,7 +104,7 @@ impl Default for Config { // * Component instances are the maximum live number of // component instances or instantiations. In other words this // is the maximal concurrency that Spin can serve in terms of - // HTTP rqeuests. + // HTTP requests. // // * Memories mostly affect how big the virtual address space // reservation is for the pooling allocator. Memories require