From 33802244e9533554994f5ec2d3584812a5498cfa Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 20 Feb 2013 17:03:41 +0200 Subject: [PATCH] chmod: fix typo corret --> correct --- chmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chmod b/chmod index eb5f3d7b..d4f317f1 100755 --- a/chmod +++ b/chmod @@ -37,7 +37,7 @@ echo "userdir and hoping that we are the only user in group $GROUP..." chmod o+rx-w,g+rxw ~/public_html/ -R echo "" -echo "Setting corret permissions to other files which others should access." +echo "Setting correct permissions to other files which others should access." touch ~/.face touch ~/.forward echo ""