summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/mac/keystone_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/build/mac/keystone_install.sh')
-rwxr-xr-xchrome/tools/build/mac/keystone_install.sh2
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