From 8e6fa0a74ee5bf3fcf129ae1c474a3d732500f74 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 28 Sep 2018 10:48:41 -0400 Subject: Spell check the documentation --- src/lib/utils/parsing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/utils/parsing.cpp') diff --git a/src/lib/utils/parsing.cpp b/src/lib/utils/parsing.cpp index cfae0cb70..8bf96c1ee 100644 --- a/src/lib/utils/parsing.cpp +++ b/src/lib/utils/parsing.cpp @@ -415,7 +415,7 @@ bool host_wildcard_match(const std::string& issued_, const std::string& host_) /* Now walk through the issued string, making sure every character matches. When we come to the (singular) '*', jump forward in the - hostname by the cooresponding amount. We know exactly how much + hostname by the corresponding amount. We know exactly how much space the wildcard takes because it must be exactly `len(host) - len(issued) + 1 chars`. -- cgit v1.2.3