From 26d526069ddb13691d2cc130b2a43a4b4a60ffaa Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 15 Mar 2018 22:44:02 +0100 Subject: [PATCH] Corrected typo. --- user/user_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/user_main.c b/user/user_main.c index 0c8b1ab..89b5b09 100644 --- a/user/user_main.c +++ b/user/user_main.c @@ -1545,7 +1545,7 @@ user_init() os_printf("Hit return to show the CMD> prompt and follow these instructions:\r\n"); os_printf("Note that the console does not support the backspace key.\r\n"); os_printf("If you make a mistake, hit return and try the command again.\r\n"); - os_printf("Note that the maximum length for the SSID is 31 character,\r\n"); + os_printf("Note that the maximum length for the SSID is 31 characters,\r\n"); os_printf("for the password 64 characters. Spaces are allowed.\r\n\r\n"); os_printf("1. Set your Internet WiFi ssid: set ssid \r\n");