]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mkusers: fix spelling in intro comment
authorDanomi Manchego <danomimanchego123@gmail.com>
Tue, 20 Dec 2016 03:13:16 +0000 (22:13 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 Dec 2016 08:32:06 +0000 (09:32 +0100)
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/scripts/mkusers

index e2c24c72374b39315742a8567a63b21aa071392e..d8345787619e7def0d8c0ad0b5ba3a1644a050e9 100755 (executable)
@@ -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;'    \