diff options
Diffstat (limited to 'src/clog.c')
-rw-r--r-- | src/clog.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -450,7 +450,7 @@ delete_posts_resource(struct http_request *req) { if (err == KORE_RESULT_ERROR) http_err_resp(req, type, HTTP_STATUS_INTERNAL_ERROR); else - // TODO: test this, it should exlode. + // TODO: test this, it should explode. http_err_resp(req, type, HTTP_STATUS_OK); out: ; |