From 2a4a1f4e35e115a884f903fdb7e1d8d12e22ed9b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 31 Jul 2022 10:20:45 -0400 Subject: [PATCH] spelling: writing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- libraries/base/Text/Printf.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/Text/Printf.hs b/libraries/base/Text/Printf.hs index cc8c4626..670863d1 100644 --- a/libraries/base/Text/Printf.hs +++ b/libraries/base/Text/Printf.hs @@ -62,7 +62,7 @@ module Text.Printf( -- ** Standard Formatters -- -- | These formatters for standard types are provided for --- convenience in writting new type-specific formatters: +-- convenience in writing new type-specific formatters: -- a common pattern is to throw to 'formatString' or -- 'formatInteger' to do most of the format handling for -- a new type.