From c2d1e4811f159ee5779b6c2c9e459e12170effc9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Apr 2010 18:23:47 -0700 Subject: Adjust expected error message text from libelf. --- tests/msg_tst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/msg_tst.c') diff --git a/tests/msg_tst.c b/tests/msg_tst.c index db078533..f2390962 100644 --- a/tests/msg_tst.c +++ b/tests/msg_tst.c @@ -64,7 +64,7 @@ static struct { ELF_E_INVALID_COMMAND, "invalid command" }, { ELF_E_WRONG_ORDER_EHDR, "executable header not created first" }, { ELF_E_FD_DISABLED, "file descriptor disabled" }, - { ELF_E_FD_MISMATCH, "archive/member fildes mismatch" }, + { ELF_E_FD_MISMATCH, "archive/member file descriptor mismatch" }, { ELF_E_OFFSET_RANGE, "offset out of range" }, { ELF_E_NOT_NUL_SECTION, "cannot manipulate null section" }, { ELF_E_DATA_MISMATCH, "data/scn mismatch" }, -- cgit v1.2.3