Fix common misspelling

This commit is contained in:
Sergey Basalaev
2013-06-05 17:07:12 +07:00
parent 366ed6fea9
commit 0ba2f9c100
+1 -1
View File
@@ -69,7 +69,7 @@ static char help[] =
" -o <pc> : Set the value of program counter to <pc>. (default = 0)\n"
" -s <n> : Set the number of bytes to skip before disassembly to <n>.\n"
" -c <n> : Set the number of bytes to disassemble to <n>.\n"
" -x : Set the input mode to whitespace seperated 8-bit numbers in\n"
" -x : Set the input mode to whitespace separated 8-bit numbers in\n"
" hexadecimal representation. Example: 0f 01 ae 00\n"
" -noff : Do not display the offset of instructions.\n"
" -nohex : Do not display the hexadecimal code of instructions.\n"