diff --git a/crates/client/src/client.rs b/crates/client/src/client.rs index 81bb95b5143b94c0fe71963ae00d7ac3edf93b29..07df7043b5f92eab2eecdb54cf06a07691cd699c 100644 --- a/crates/client/src/client.rs +++ b/crates/client/src/client.rs @@ -1138,7 +1138,7 @@ impl Client { .to_str() .map_err(EstablishConnectionError::other)? .to_string(); - Url::parse(&collab_url).with_context(|| format!("parsing colab rpc url {collab_url}")) + Url::parse(&collab_url).with_context(|| format!("parsing collab rpc url {collab_url}")) } }