diff --git a/io-streams.cabal b/io-streams.cabal
--- a/io-streams.cabal
+++ b/io-streams.cabal
@@ -1,5 +1,5 @@
 Name:                io-streams
-Version:             1.1.0.1
+Version:             1.1.0.2
 License:             BSD3
 License-file:        LICENSE
 Category:            Data, Network, IO-Streams
@@ -79,6 +79,8 @@
     * support for spawning processes and communicating with them using streams.
   .
   /ChangeLog/
+  .
+    [@1.1.0.2@] Fixed a typo in the tutorial.
   .
     [@1.1.0.1@] A couple of Haddock markup fixes.
   .
diff --git a/src/System/IO/Streams/Tutorial.hs b/src/System/IO/Streams/Tutorial.hs
--- a/src/System/IO/Streams/Tutorial.hs
+++ b/src/System/IO/Streams/Tutorial.hs
@@ -217,7 +217,7 @@
    Streams.'System.IO.Streams.withFileAsInput'  \"in3.txt\" $ \\inStream3 ->
    Streams.'System.IO.Streams.supply'  inStream1 outStream
    Streams.'System.IO.Streams.supply'  inStream2 outStream
-   Streams.'System.IO.Streams.connect' inStream2 outStream
+   Streams.'System.IO.Streams.connect' inStream3 outStream
 @
 
 The final 'System.IO.Streams.connect' seals the
