From c6edcac7a9a944767bf277cef5e218593ad04e5f Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 6 Sep 2023 13:33:36 +0200
Subject: [PATCH] check_http: fix output

---
 check_http                   | 2 +-
 docs/20_Checks/check_http.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/check_http b/check_http
index a48a293..61dc91c 100755
--- a/check_http
+++ b/check_http
@@ -149,7 +149,7 @@ else
                 sProblems+="- jq filter [$sJq] does not match on responded JSON\n"
             else
                 sOK+="- jq filter [$sJq] matches\n"
-                sInfos+="Content aufter jq filter: ${_body}"
+                sInfos+="Content after jq filter: ${_body}"
             fi
         fi
     fi
diff --git a/docs/20_Checks/check_http.md b/docs/20_Checks/check_http.md
index 395ad05..44353c6 100644
--- a/docs/20_Checks/check_http.md
+++ b/docs/20_Checks/check_http.md
@@ -175,6 +175,6 @@ Found:
 - [UP] was found in body
 
 Hints:
-Content aufter jq filter: "UP"
+Content after jq filter: "UP"
 
 ```
-- 
GitLab