diff --git a/userspace/falco/webserver.cpp b/userspace/falco/webserver.cpp index 6405d0ca..5ecec271 100644 --- a/userspace/falco/webserver.cpp +++ b/userspace/falco/webserver.cpp @@ -130,7 +130,7 @@ bool k8s_audit_handler::handleGet(CivetServer *server, struct mg_connection *con return true; } -// The version in CivetServer.cpp has valgrind compliants due to +// The version in CivetServer.cpp has valgrind complaints due to // unguarded initialization of c++ string from buffer. static void get_post_data(struct mg_connection *conn, std::string &postdata) {