From d5d0bab666939a682c52077b8ec85853987b2863 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 15 Aug 2024 11:37:43 -0700 Subject: [PATCH] Fix typo Co-authored-by: Alfonso Acosta --- cmd/soroban-rpc/lib/preflight/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-rpc/lib/preflight/src/lib.rs b/cmd/soroban-rpc/lib/preflight/src/lib.rs index b762db60..350be596 100644 --- a/cmd/soroban-rpc/lib/preflight/src/lib.rs +++ b/cmd/soroban-rpc/lib/preflight/src/lib.rs @@ -16,7 +16,7 @@ extern crate soroban_env_host_prev; extern crate soroban_simulation_curr; extern crate soroban_simulation_prev; -// We support two different versions of soroban simutlaneously, switching on the +// We support two different versions of soroban simultaneously, switching on the // protocol version each supports. This is the exact same mechanism we use in // stellar-core to switch soroban hosts on protocol boundaries, and allows // synchronously cutting over between significantly different versions of the