From b0bd424056b8e0ca7236dd4c327fbb857b5ef898 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 16 Jan 2016 08:07:44 -0800 Subject: [PATCH] typo --- ponyapi.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponyapi.nim b/ponyapi.nim index 50b8549..842cc49 100644 --- a/ponyapi.nim +++ b/ponyapi.nim @@ -95,7 +95,7 @@ routes: if ep.season == 0: stats.newest.fails.inc - halt Http404, "No new episode found, haitus?" + halt Http404, "No new episode found, hiatus?" stats.newest.success.inc httpReply Http200, ep