Fix small typo
authorIustin Pop <iustin@google.com>
Mon, 28 Dec 2009 10:09:25 +0000 (11:09 +0100)
committerIustin Pop <iustin@google.com>
Mon, 28 Dec 2009 10:09:25 +0000 (11:09 +0100)
This was found, of all things, via lintian during the Debian packaging…

Ganeti/Jobs.hs

index df82753..d8c9efa 100644 (file)
@@ -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)