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()) {