From d26694f941f76a5d8a829c50df183c670b07fd65 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Fri, 29 Nov 2024 14:42:54 -0500 Subject: [PATCH] Typo ot --- Cabal/src/Distribution/Utils/IOData.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/src/Distribution/Utils/IOData.hs b/Cabal/src/Distribution/Utils/IOData.hs index 73e86493d1f..833fc8f4ee3 100644 --- a/Cabal/src/Distribution/Utils/IOData.hs +++ b/Cabal/src/Distribution/Utils/IOData.hs @@ -80,7 +80,7 @@ instance KnownIODataMode LBS.ByteString where -- | 'IOData' Wrapper for 'System.IO.hPutStr' and 'System.IO.hClose' -- --- This is the dual operation ot 'hGetIODataContents', +-- This is the dual operation to 'hGetIODataContents', -- and consequently the handle is closed with `hClose`. -- -- /Note:/ this performs lazy-IO.