summaryrefslogtreecommitdiff
path: root/COMMON_ERRORS.md
diff options
context:
space:
mode:
authorAbhishek Patel <Abhishek.Patel@ibm.com>2021-05-13 04:46:01 +0300
committerpatelabhishek9893 <patelabhishek9893@gmail.com>2021-05-13 05:06:39 +0300
commit80be2cdb217fd11e60c403a019134ee970ae6453 (patch)
tree8295da217fb77b432b06ea49c3305114542e9e3d /COMMON_ERRORS.md
parent8a9a25c821f40b9cd2d94a483581c435e4e4a27e (diff)
downloadbmcweb-80be2cdb217fd11e60c403a019134ee970ae6453.tar.xz
Fix spelling in comments
COMMON_ERRORS.md Implementation was misspelled. Signed-off-by: Abhishek Patel <Abhishek.Patel@ibm.com> Change-Id: I053e8ccc0aad1a900db5b385d848c12ce524643e
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){