diff options
Diffstat (limited to 'tools/create_reloc_table.sh')
-rwxr-xr-x | tools/create_reloc_table.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_reloc_table.sh b/tools/create_reloc_table.sh index d4790dd..77dfb87 100755 --- a/tools/create_reloc_table.sh +++ b/tools/create_reloc_table.sh @@ -37,7 +37,7 @@ while [ $# -gt 0 ] ; do done if [ -z $LDSFILE ]; then - echo "Please specifiy an lds file with the --lds option" + echo "Please specify an lds file with the --lds option" exit 42 fi |