Skip to content

Commit 73f31ff

Browse files
committed
Adding missing colon.
1 parent a5a756e commit 73f31ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/http/client/outside_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SUITE(outside_tests)
4949
bool is_timeout(const std::string &msg)
5050
{
5151
if (msg.find("The operation timed out") != std::string::npos /* WinHTTP */ ||
52-
msg.find("The operation was timed out") != std::string:npos /* IXmlHttpRequest2 */)
52+
msg.find("The operation was timed out") != std::string::npos /* IXmlHttpRequest2 */)
5353
{
5454
return true;
5555
}

0 commit comments

Comments
 (0)