From c192cbc4f45ebd3deaac41cb7cc7bd51625abca4 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 24 Jan 2019 16:41:39 +0100 Subject: Fix typo --- cpp/src/Ice/Network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h index 01b10936317..62d3280ca4f 100755 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -331,7 +331,7 @@ ICE_API void checkErrorCode(const char*, int, HRESULT); // // UWP impose some restriction on operations that block when run from // STA thread and throws concurrency::invalid_operation. We cannot -// directly call task::get or task::way, this helper method is used to +// directly call task::get or task::wait, this helper method is used to // workaround this limitation. // template -- cgit v1.2.3