Index: build/install-chroot.sh |
diff --git a/build/install-chroot.sh b/build/install-chroot.sh |
index f9e165ecac6c1d1dd51c47216511684c99e0cd4e..c060f6064e1be963cc314db9f86bb3564969c8ce 100755 |
--- a/build/install-chroot.sh |
+++ b/build/install-chroot.sh |
@@ -12,7 +12,7 @@ |
# Older Debian based systems had both "admin" and "adm" groups, with "admin" |
# apparently being used in more places. Newer distributions have standardized |
-# on just the "adm" group. Check /etc/group for the prefered name of the |
+# on just the "adm" group. Check /etc/group for the preferred name of the |
# administrator group. |
admin=$(grep '^admin:' /etc/group >&/dev/null && echo admin || echo adm) |