From 21db320f0eec1e081127ab55c0df55565816a474 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Mon, 16 Aug 2010 05:24:50 +0000 Subject: [PATCH] Fixed issue: NETTY-342 Small typo in the user guide --- src/docbook/en-US/module/architecture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbook/en-US/module/architecture.xml b/src/docbook/en-US/module/architecture.xml index 17aafe1401..44cbd0066b 100644 --- a/src/docbook/en-US/module/architecture.xml +++ b/src/docbook/en-US/module/architecture.xml @@ -144,7 +144,7 @@ - Switching from one transport from the other usually takes just a couple + Switching from one transport to the other usually takes just a couple lines of changes such as choosing a different &ChannelFactory; implementation.