Fix spelling typos.

This commit is contained in:
Yuri Chornovian
2017-07-18 16:58:14 +01:00
committed by Nick Clifton
parent c5ed057625
commit de194d8575
59 changed files with 308 additions and 223 deletions

View File

@ -6220,7 +6220,7 @@ evax_bfd_print_etir (FILE *file, const char *name,
fprintf (file, _("OPR_ADD (add)\n"));
break;
case ETIR__C_OPR_SUB:
fprintf (file, _("OPR_SUB (substract)\n"));
fprintf (file, _("OPR_SUB (subtract)\n"));
break;
case ETIR__C_OPR_MUL:
fprintf (file, _("OPR_MUL (multiply)\n"));