From 61452e358d496c5e0ac66c7e5f1639dff3c496ac Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Fri, 23 Oct 2009 17:00:49 +0000 Subject: Fix speleing. Review URL: http://codereview.chromium.org/333013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29901 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/tools/build/mac/keystone_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/tools') diff --git a/chrome/tools/build/mac/keystone_install.sh b/chrome/tools/build/mac/keystone_install.sh index d40d1e2..063f49d 100755 --- a/chrome/tools/build/mac/keystone_install.sh +++ b/chrome/tools/build/mac/keystone_install.sh @@ -286,7 +286,7 @@ done # # If this script is running as a user that is not a member of the admin group, # this operation will not succeed. Tolerate that case, because it's better -# than the alternative, which is to make the applicaiton world-writeable. +# than the alternative, which is to make the application world-writeable. if [ ${EUID} -ne 0 ] && [ "${DEST:0:14}" = "/Applications/" ] ; then (chgrp -Rfh admin "${DEST}" && chmod -Rfh g+w "${DEST}") >& /dev/null fi -- cgit v1.1