Spelling fixes: commad => command: Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>.
diff --git a/ChangeLog b/ChangeLog
index 1e087c1..b96acf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -959,7 +959,7 @@
 ltp/testcases/kernel/syscalls/utils/common_j_h.c
 
 49) Log Message:
-Some makefiles ignore errors from commads ran in shell loops. This patch fixes that. Signed-off-by: Jiri Palecek <jpalecek@web.de>.
+Some makefiles ignore errors from commands ran in shell loops. This patch fixes that. Signed-off-by: Jiri Palecek <jpalecek@web.de>.
 
 Modified Files:
 ltp/doc/man1/Makefile
diff --git a/testcases/commands/ade/file/file_test.sh b/testcases/commands/ade/file/file_test.sh
index 4e30d43..f11050d 100755
--- a/testcases/commands/ade/file/file_test.sh
+++ b/testcases/commands/ade/file/file_test.sh
@@ -149,7 +149,7 @@
 export TCID=file01
 export TST_COUNT=1
 
-$LTPBIN/tst_resm TINFO "TEST #1: file commad recogizes ASCII text files"
+$LTPBIN/tst_resm TINFO "TEST #1: file command recogizes ASCII text files"
 
 cat > $LTPTMP/test_file.txt <<EOF
 This is a text file 
@@ -191,7 +191,7 @@
 #! /bin/bash
 
 echo "this is a shell script"
-echo "used to test file commad"
+echo "used to test file command"
 
 EOF
 
@@ -226,7 +226,7 @@
 #! /bin/ksh
 
 echo "this is a shell script"
-echo "used to test file commad"
+echo "used to test file command"
 
 EOF
 
@@ -262,7 +262,7 @@
 #! /bin/csh
 
 echo "this is a shell script"
-echo "used to test file commad"
+echo "used to test file command"
 
 EOF
 
diff --git a/testcases/commands/eject/eject-tests.sh b/testcases/commands/eject/eject-tests.sh
index 1b2b3e8..f7fce60 100755
--- a/testcases/commands/eject/eject-tests.sh
+++ b/testcases/commands/eject/eject-tests.sh
@@ -101,7 +101,7 @@
 export TST_COUNT=2
 RC=0
 
-$LTPBIN/tst_resm TINFO "Test #2: eject commad with no options"
+$LTPBIN/tst_resm TINFO "Test #2: eject command with no options"
 $LTPBIN/tst_resm TINFO "Test #2: will eject the default cdrom device."
 
 eject -v > $LTPTMP/tst_eject.res 2>&1 || RC=$?
diff --git a/testcases/open_hpi_testsuite/plugins/ilo2_ribcl/ilo2_ribcl_reset.c b/testcases/open_hpi_testsuite/plugins/ilo2_ribcl/ilo2_ribcl_reset.c
index b20c644..466a767 100644
--- a/testcases/open_hpi_testsuite/plugins/ilo2_ribcl/ilo2_ribcl_reset.c
+++ b/testcases/open_hpi_testsuite/plugins/ilo2_ribcl/ilo2_ribcl_reset.c
@@ -116,7 +116,7 @@
  * Sets a resource's reset action state.
  * Retrieves a resource's reset action state. If the resource has
  * SAHPI_CAPABILITY_RESET then sends RESET_SERVER RIBCL command to iLO2
- * to do a warm reset the system and a COLD_BOOT_SERVER commad to do a
+ * to do a warm reset the system and a COLD_BOOT_SERVER command to do a
  * cold reset. Please note that this command doesn't bring the system and
  * (OS running on it down gracefully.
  *
diff --git a/tools/mkrootfs/mkrootfs b/tools/mkrootfs/mkrootfs
index 9adf8b4..0c77153 100755
--- a/tools/mkrootfs/mkrootfs
+++ b/tools/mkrootfs/mkrootfs
@@ -84,7 +84,7 @@
 
 help()
 {
-    echo "This program will create a root file system with busybox commads."
+    echo "This program will create a root file system with busybox commands."
     echo "Follow these steps to boot your machine with this file system"
     echo "1. create a boot floppy."
     echo "   - use command: dd if=<path>/bzImage of=/dev/fd0h1440 bs=1k"