diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:38:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-04 13:38:09 +0000 |
commit | ea6e992cd2591d07412224b67fb928fdb3bbbfad (patch) | |
tree | 66a79eabf2294ca50d81d56aa27a295e30e88be5 /binutils/dlltool.c | |
parent | 6241fe3d285b038e7c1bacc445cabcc744b865ec (diff) | |
download | gdb-ea6e992cd2591d07412224b67fb928fdb3bbbfad.zip gdb-ea6e992cd2591d07412224b67fb928fdb3bbbfad.tar.gz gdb-ea6e992cd2591d07412224b67fb928fdb3bbbfad.tar.bz2 |
Fix spelling typos.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r-- | binutils/dlltool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 6790646..2459e21 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -1891,7 +1891,7 @@ gen_exp_file (void) ASM_RVA_BEFORE, exp->ordinal, ASM_RVA_AFTER); } - fprintf (f,"%s Export Oridinal Table\n", ASM_C); + fprintf (f,"%s Export Ordinal Table\n", ASM_C); fprintf (f, "anords:\n"); for (i = 0; (exp = d_exports_lexically[i]); i++) { @@ -2988,7 +2988,7 @@ process_duplicates (export_type **d_export_vec) if (a->ordinal != -1 && b->ordinal != -1) /* xgettext:c-format */ - fatal (_("Error, duplicate EXPORT with oridinals: %s"), + fatal (_("Error, duplicate EXPORT with ordinals: %s"), a->name); /* Merge attributes. */ |