From 80be2cdb217fd11e60c403a019134ee970ae6453 Mon Sep 17 00:00:00 2001 From: Abhishek Patel Date: Wed, 12 May 2021 20:46:01 -0500 Subject: Fix spelling in comments COMMON_ERRORS.md Implementation was misspelled. Signed-off-by: Abhishek Patel Change-Id: I053e8ccc0aad1a900db5b385d848c12ce524643e --- COMMON_ERRORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COMMON_ERRORS.md') 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/", [](Request& req, Response& res, const std::string& id){ -- cgit v1.2.3