chmod: fix typo corret --> correct

This commit is contained in:
Mika Suomalainen 2013-02-20 17:03:41 +02:00
parent c675b10df1
commit 33802244e9
1 changed files with 1 additions and 1 deletions

2
chmod
View File

@ -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 ""