From 131781932976d6a9b617abbac4566276d336e0c2 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Fri, 17 Feb 2023 07:37:45 -0600 Subject: Typo --- src/clog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ; -- cgit v1.2.3