diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 17:00:49 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-23 17:00:49 +0000 |
commit | 61452e358d496c5e0ac66c7e5f1639dff3c496ac (patch) | |
tree | 0482f1ee5641d8bfc09023c3fd92483250335cdb /chrome/tools | |
parent | a755e1076f116a71e2888eeea635082baabc69ce (diff) | |
download | chromium_src-61452e358d496c5e0ac66c7e5f1639dff3c496ac.zip chromium_src-61452e358d496c5e0ac66c7e5f1639dff3c496ac.tar.gz chromium_src-61452e358d496c5e0ac66c7e5f1639dff3c496ac.tar.bz2 |
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
Diffstat (limited to 'chrome/tools')
-rwxr-xr-x | chrome/tools/build/mac/keystone_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |