git » msnlib » commit 5f8afa4

Fix the spelling of "necessarily".

author Alberto Bertogli
2005-11-09 20:45:23 UTC
committer Alberto Bertogli
2005-11-09 20:45:23 UTC
parent 8d7feb0873fa46aac5e04d4eebb30ea9d4bb9bd0

Fix the spelling of "necessarily".

msnsetup +1 -1

diff --git a/msnsetup b/msnsetup
index d722e70..a41b67d 100644
--- a/msnsetup
+++ b/msnsetup
@@ -12,7 +12,7 @@ function intro() {
 
 function get_email() {
 	echo "* Email"
-	echo "This is the email address you use with your msn account, usually (but not necesarily) a hotmail.com account."
+	echo "This is the email address you use with your msn account, usually (but not necessarily) a hotmail.com account."
 	while [ -z "$EMAIL" ]; do
 		read -p "Please insert your email address: " EMAIL
 		echo