From 0ccaab443747f04e968cd8b3aea2a1a507d43e49 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 28 Dec 2009 11:09:25 +0100 Subject: [PATCH] Fix small typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was found, of all things, via lintian during the Debian packaging⦠--- Ganeti/Jobs.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ganeti/Jobs.hs b/Ganeti/Jobs.hs index df827538b..d8c9efa5f 100644 --- a/Ganeti/Jobs.hs +++ b/Ganeti/Jobs.hs @@ -62,4 +62,4 @@ instance JSON JobStatus where J.Ok "success" -> J.Ok JobSuccess J.Ok "canceled" -> J.Ok JobCanceled J.Ok "error" -> J.Ok JobError - _ -> J.Error ("Unkown job status " ++ show s) + _ -> J.Error ("Unknown job status " ++ show s) -- GitLab