Skip to content

Commit febc341

Browse files
committed
Fix spelling error: NSAPI_SECURITY_UNSUPPORTED
1 parent e1a4db7 commit febc341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/nsapi_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ typedef enum nsapi_security {
5858
NSAPI_SECURITY_WPA = 0x2, /*!< phrase conforms to WPA */
5959
NSAPI_SECURITY_WPA2 = 0x3, /*!< phrase conforms to WPA2 */
6060
NSAPI_SECURITY_WPA_WPA2 = 0x4, /*!< phrase conforms to WPA/WPA2 */
61-
NSAPI_SECURITY_UNSSUPPORTED = 0xFF, /*!< unknown/unsupported security in scan results */
61+
NSAPI_SECURITY_UNSUPPORTED = 0xFF, /*!< unknown/unsupported security in scan results */
6262
} nsapi_security_t;
6363

6464
/** Maximum size of IP address representation

0 commit comments

Comments
 (0)