aboutsummaryrefslogtreecommitdiff
path: root/src/clog.c
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-02-17 07:37:45 -0600
committerMichael McVady <femtonaut@gmail.com>2023-02-17 07:37:45 -0600
commit131781932976d6a9b617abbac4566276d336e0c2 (patch)
treea14577ccad67343258c2f18a15cb44c78221f0b7 /src/clog.c
parentc5cd89c0b21e5bb9a79d445f2ed4630c5bf678f0 (diff)
Typo
Diffstat (limited to 'src/clog.c')
-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: ;