Network/Enum: Fix typo

Former-commit-id: 8a41d1a2a915a8c5565e3a9ecc93898a35ed2133
This commit is contained in:
Lynix 2016-03-01 14:00:27 +01:00
parent c93f1c0d73
commit 40e12ebffa
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace Nz
SocketError_Packet, //< The packet encoding/decoding failed, probably because of corrupted data
SocketError_NetworkError, //< The network system has failed (maybe network is down)
SocketError_NotInitialized, //< Nazara network has not been initialized
SocketError_NotSupported, //< The operation is not supported (e.g. creating a bluetooth socket on a system without any bluetooth adaptater)
SocketError_NotSupported, //< The operation is not supported (e.g. creating a bluetooth socket on a system without any bluetooth adapter)
SocketError_ResolveError, //< The hostname couldn't be resolved (more information in ResolveError code)
SocketError_ResourceError, //< The operating system lacks the resources to proceed (e.g. memory/socket descriptor)
SocketError_TimedOut, //< The operation timed out