summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2016-12-19 22:13:16 -0500
committerPeter Korsgaard <peter@korsgaard.com>2016-12-20 09:32:06 +0100
commit1ac9d83f55f9ec30bd67767fab3c8e09249ae372 (patch)
treefb51045f4aac1f7aef74482c691645bd2ca76341 /support
parent7f0f83296fe3e2434aaba8665a44730d2f0540ab (diff)
mkusers: fix spelling in intro comment
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/mkusers4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/scripts/mkusers b/support/scripts/mkusers
index e2c24c723..d83457876 100755
--- a/support/scripts/mkusers
+++ b/support/scripts/mkusers
@@ -35,7 +35,7 @@ PASSWD="${TARGET_DIR}/etc/passwd"
SHADOW="${TARGET_DIR}/etc/shadow"
GROUP="${TARGET_DIR}/etc/group"
# /etc/gshadow is not part of the standard skeleton, so not everybody
-# will have it, but some may hav it, and its content must be in sync
+# will have it, but some may have it, and its content must be in sync
# with /etc/group, so any use of gshadow must be conditional.
GSHADOW="${TARGET_DIR}/etc/gshadow"
@@ -43,7 +43,7 @@ GSHADOW="${TARGET_DIR}/etc/gshadow"
# such as:
# BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig"
# which when sourced from a shell script will eventually try to execute
-# a command name 'CONFIG_DIR', which is plain wrong for virtually every
+# a command named 'CONFIG_DIR', which is plain wrong for virtually every
# systems out there.
# So, we have to scan that file instead. Sigh... :-(
PASSWD_METHOD="$( sed -r -e '/^BR2_TARGET_GENERIC_PASSWD_METHOD="(.*)"$/!d;' \