From febc341672f07cc170b371aa9cf0be092c34ed65 Mon Sep 17 00:00:00 2001 From: Bartek Szatkowski Date: Tue, 4 Oct 2016 17:34:58 +0100 Subject: [PATCH] Fix spelling error: NSAPI_SECURITY_UNSUPPORTED --- features/netsocket/nsapi_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/netsocket/nsapi_types.h b/features/netsocket/nsapi_types.h index 6607199df9..4dfebd80f2 100644 --- a/features/netsocket/nsapi_types.h +++ b/features/netsocket/nsapi_types.h @@ -58,7 +58,7 @@ typedef enum nsapi_security { NSAPI_SECURITY_WPA = 0x2, /*!< phrase conforms to WPA */ NSAPI_SECURITY_WPA2 = 0x3, /*!< phrase conforms to WPA2 */ NSAPI_SECURITY_WPA_WPA2 = 0x4, /*!< phrase conforms to WPA/WPA2 */ - NSAPI_SECURITY_UNSSUPPORTED = 0xFF, /*!< unknown/unsupported security in scan results */ + NSAPI_SECURITY_UNSUPPORTED = 0xFF, /*!< unknown/unsupported security in scan results */ } nsapi_security_t; /** Maximum size of IP address representation