Replace "can not" with "cannot" in docs, user messages, and tests

This commit is contained in:
Jon Atack
2022-02-17 12:54:39 +01:00
parent e670edd434
commit 48742693ac
16 changed files with 21 additions and 21 deletions

View File

@ -3097,7 +3097,7 @@ void CaptureMessage(const CAddress& addr, const std::string& msg_type, const Spa
// layer (processing) perspective.
auto now = GetTime<std::chrono::microseconds>();
// Windows folder names can not include a colon
// Windows folder names cannot include a colon
std::string clean_addr = addr.ToString();
std::replace(clean_addr.begin(), clean_addr.end(), ':', '_');