[PATCH] commands/crc.c: fix typo in help text

Peter Korsgaard jacmet at sunsite.dk
Sat May 14 16:10:54 EDT 2011


Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 commands/crc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commands/crc.c b/commands/crc.c
index 993074c..01fedd7 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -150,7 +150,7 @@ BAREBOX_CMD_HELP_OPT  ("-f <file>", "Use file instead of memory.\n")
 #ifdef CONFIG_CMD_CRC_CMP
 BAREBOX_CMD_HELP_OPT  ("-F <file>", "Use file to compare.\n")
 #endif
-BAREBOX_CMD_HELP_OPT  ("-v <crc>",  "Verfify\n")
+BAREBOX_CMD_HELP_OPT  ("-v <crc>",  "Verify\n")
 BAREBOX_CMD_HELP_END
 
 BAREBOX_CMD_START(crc32)
-- 
1.7.4.4




More information about the barebox mailing list