Skip to content
Snippets Groups Projects
Commit 0ccaab44 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix small typo

This was found, of all things, via lintian during the Debian packaging…
parent 0c860cff
No related branches found
No related tags found
No related merge requests found
...@@ -62,4 +62,4 @@ instance JSON JobStatus where ...@@ -62,4 +62,4 @@ instance JSON JobStatus where
J.Ok "success" -> J.Ok JobSuccess J.Ok "success" -> J.Ok JobSuccess
J.Ok "canceled" -> J.Ok JobCanceled J.Ok "canceled" -> J.Ok JobCanceled
J.Ok "error" -> J.Ok JobError J.Ok "error" -> J.Ok JobError
_ -> J.Error ("Unkown job status " ++ show s) _ -> J.Error ("Unknown job status " ++ show s)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment