From 40e12ebffac0a96c8697410e2ae6a77c8a34ef5e Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 1 Mar 2016 14:00:27 +0100 Subject: [PATCH] Network/Enum: Fix typo Former-commit-id: 8a41d1a2a915a8c5565e3a9ecc93898a35ed2133 --- include/Nazara/Network/Enums.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Network/Enums.hpp b/include/Nazara/Network/Enums.hpp index 6fbb5aff3..3d077519a 100644 --- a/include/Nazara/Network/Enums.hpp +++ b/include/Nazara/Network/Enums.hpp @@ -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