aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clog.c b/src/clog.c
index bf15eda..5754955 100644
--- a/src/clog.c
+++ b/src/clog.c
@@ -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: ;