From dafa7f0f616b182518b4aab387f81511acd374ba Mon Sep 17 00:00:00 2001
From: Philipp Claves <pclaves@web.de>
Date: Sat, 31 Dec 2011 21:06:39 +0100
Subject: [PATCH] Typo fix

---
 Control/shell/shell.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/shell/shell.c b/Control/shell/shell.c
index 21fd009..15f840b 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);
 		
-- 
GitLab