diff --git a/Control/shell/shell.c b/Control/shell/shell.c
index 21fd009e08e47951f7836b6f2211f907771e6d69..15f840b439455cf3964be5181917156c9330c8cd 100644
--- a/Control/shell/shell.c
+++ b/Control/shell/shell.c
@@ -134,7 +134,7 @@ void readline_handle_buffer(char* input_buffer){
 			shell_set_password(passwd_user, passwd_pw);
 			printf_P(PSTR("Password changed\n"));
 		} else {
-			printf_P(PSTR("Password don't match\n"));
+			printf_P(PSTR("Passwords don't match\n"));
 		}
 		memset(passwd_pw, 0, SHELL_MAX_PW_LEN);