From aa32979bfbd5b8496e32d309e64b6af38dfc4ae3 Mon Sep 17 00:00:00 2001 From: Daniel Perrett Date: Mon, 12 Jan 2015 10:56:52 +0000 Subject: [PATCH] Fix typo Uknown => Unknown --- singletons/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singletons/query.php b/singletons/query.php index f01e906..954318f 100644 --- a/singletons/query.php +++ b/singletons/query.php @@ -168,7 +168,7 @@ function get_method($controller) { return 'get_search_results'; } else if (is_home()) { if (empty($_GET['json'])) { - $json_api->error("Uknown method '$method'."); + $json_api->error("Unknown method '$method'."); } return 'get_recent_posts'; } else if (is_page()) {