From 5a6ed4e8eadf3af3d141b246f124d67b62a1357c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 21 Feb 2023 12:13:36 -0500 Subject: add upstream 12.1 --- zen/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/http.cpp') diff --git a/zen/http.cpp b/zen/http.cpp index 7eb3fb76..e1a828c1 100644 --- a/zen/http.cpp +++ b/zen/http.cpp @@ -499,7 +499,7 @@ bool zen::isValidEmail(const std::string_view& email) return false; //--------------------------------------------------------------------- - //not going to parse and validate this! + //we're not going to parse and validate this! const bool quoted = (startsWith(local, '"') && endsWith(local, '"')) || contains(local, '\\'); //e.g. "t\@st@email.com" if (!quoted) -- cgit