diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index c6d6d5b1dc..3c5ebe8383 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -4784,7 +4784,7 @@ CONFIG_NSH_LOGIN_USERNAME=admin CONFIG_NSH_LOGIN_PASSWORD="Administrator"
- This is not very flexible since there can be only one user and the password if fixed in the FLASH image. This option is also not very secure because a maliscious user could get the password by just looking at the .text
stings in the flash image.
+ This is not very flexible since there can be only one user and the password is fixed in the FLASH image. This option is also not very secure because a malicious user could get the password by just looking at the .text
stings in the flash image.