From b2b5544a84ed61cd5297423d76615739f91a5834 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 7 Feb 2025 16:22:54 +1100 Subject: [PATCH] Spelling mistakes --- .../network-transport-inmemory.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/network-transport-inmemory/network-transport-inmemory.cabal b/packages/network-transport-inmemory/network-transport-inmemory.cabal index be473fe5..4f7d1ae0 100644 --- a/packages/network-transport-inmemory/network-transport-inmemory.cabal +++ b/packages/network-transport-inmemory/network-transport-inmemory.cabal @@ -17,8 +17,8 @@ Description: This is a transport implementation that could be used for local It could be used either for testing purposes or for local communication that require the network-transport semantics. . - NB: network-tranpsport-inmemory does not support cross-transport - communication. All endpoints that want to comminicate should be + NB: network-transport-inmemory does not support cross-transport + communication. All endpoints that want to communicate should be created using the same transport. tested-with: GHC==8.10.7 GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1 GHC==9.12.1