diff options
author | Jose <jose@zeroc.com> | 2019-01-24 16:41:39 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-24 16:41:39 +0100 |
commit | c192cbc4f45ebd3deaac41cb7cc7bd51625abca4 (patch) | |
tree | 210e752a42a091c7320bd1081d534a65889a90b4 /cpp | |
parent | Avoid result copy when setting the promise (diff) | |
download | ice-c192cbc4f45ebd3deaac41cb7cc7bd51625abca4.tar.bz2 ice-c192cbc4f45ebd3deaac41cb7cc7bd51625abca4.tar.xz ice-c192cbc4f45ebd3deaac41cb7cc7bd51625abca4.zip |
Fix typo
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/src/Ice/Network.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<typename T> |