Skip to content

Commit 3a826c6

Browse files
committed
Typo in error status
1 parent cff249a commit 3a826c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singletons/query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function get_method($controller) {
168168
return 'get_search_results';
169169
} else if (is_home()) {
170170
if (empty($_GET['json'])) {
171-
$json_api->error("Uknown method '$method'.");
171+
$json_api->error("Unknown method '$method'.");
172172
}
173173
return 'get_recent_posts';
174174
} else if (is_page()) {

0 commit comments

Comments
 (0)