fped.c (usage): fix typo "heigth"

This commit is contained in:
Werner Almesberger 2017-05-11 14:00:25 -03:00
parent 103933acf5
commit fa98e58157
1 changed files with 1 additions and 1 deletions

2
fped.c
View File

@ -108,7 +108,7 @@ static void usage(const char *name)
" -K show the pad type key\n"
" -m do not show measurements\n"
" -s scale scale factor for -P (default: auto-scale)\n"
" -s [width]x[heigth]\n"
" -s [width]x[height]\n"
" auto-scale to fit within specified box. Dimensions in mm.\n"
" cpp_option -Idir, -Dname[=value], or -Uname\n"
, name);