summaryrefslogtreecommitdiff
path: root/COMMON_ERRORS.md
diff options
context:
space:
mode:
Diffstat (limited to 'COMMON_ERRORS.md')
-rw-r--r--COMMON_ERRORS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMMON_ERRORS.md b/COMMON_ERRORS.md
index 7b0d4d6346..7e6d26cbf6 100644
--- a/COMMON_ERRORS.md
+++ b/COMMON_ERRORS.md
@@ -211,7 +211,7 @@ general these errors are benign, and not actually a real security threat, having
a clean security run allows maintainers to minimize the amount of time spent
triaging issues reported from these scanning tools.
-A inplementation of the above that handles 404 would look like:
+An implementation of the above that handles 404 would look like:
```C++
BMCWEB_ROUTE("/myendpoint/<str>",
[](Request& req, Response& res, const std::string& id){