From bc25b444aabbc2809c368ee9e153f6f0e259d03e Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 16 Aug 2011 14:47:51 +0300 Subject: [PATCH] Fixed typo in bash_exports --- bash_exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_exports b/bash_exports index 1b38e9a1..261e6d6d 100644 --- a/bash_exports +++ b/bash_exports @@ -13,4 +13,4 @@ export LC_ALL # Sets your timezone. export TZ="/usr/share/zoneinfo/Europe/Helsinki" echo "Please change your timezone in line 14 of ~/.bash_exports . It's currently set to Europe/Helsinki." -echo "If you life in Finland, you can safely uncomment lines 15 and 16 without even looking at them." +echo "If you life in Finland, you can safely comment lines 15 and 16 without even looking at them."