From d311b44b4e60d5157c48d56cfd7fffdccf4f5639 Mon Sep 17 00:00:00 2001 From: askeblad <74082607+askeblad@users.noreply.github.com> Date: Wed, 23 Mar 2022 19:07:39 -0500 Subject: [PATCH] typo --- src/Graphics/Vty/Output/Mock.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphics/Vty/Output/Mock.hs b/src/Graphics/Vty/Output/Mock.hs index a0f28d8..10edd76 100644 --- a/src/Graphics/Vty/Output/Mock.hs +++ b/src/Graphics/Vty/Output/Mock.hs @@ -31,7 +31,7 @@ type MockData = IORef (UTF8.UTF8 BS.ByteString) -- without considering terminal specific issues. -- -- The mock implementation is useful in manually determining if the --- sequence of terminal operations matche the expected sequence. The +-- sequence of terminal operations matches the expected sequence. The -- requirement of the produced representation is simplicity in parsing -- the text representation and determining how the picture was mapped to -- terminal operations.