Network/Enum: Fix typo
Former-commit-id: 8a41d1a2a915a8c5565e3a9ecc93898a35ed2133
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Nz
|
|||||||
SocketError_Packet, //< The packet encoding/decoding failed, probably because of corrupted data
|
SocketError_Packet, //< The packet encoding/decoding failed, probably because of corrupted data
|
||||||
SocketError_NetworkError, //< The network system has failed (maybe network is down)
|
SocketError_NetworkError, //< The network system has failed (maybe network is down)
|
||||||
SocketError_NotInitialized, //< Nazara network has not been initialized
|
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_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_ResourceError, //< The operating system lacks the resources to proceed (e.g. memory/socket descriptor)
|
||||||
SocketError_TimedOut, //< The operation timed out
|
SocketError_TimedOut, //< The operation timed out
|
||||||
|
|||||||
Reference in New Issue
Block a user