spelling: reported

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:31 -04:00
parent 754d854fb3
commit f02ffd229e
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ SecureSocket::checkResult(int status, int& retry)
LOG((CLOG_ERR "eof violates ssl protocol"));
}
else if (status == -1) {
// underlying socket I/O reproted an error
// underlying socket I/O reported an error
try {
ARCH->throwErrorOnSocket(getSocket());
}