From 639bac658c244f3dc0ac4b86f74084e883896224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk> Date: Fri, 19 May 2017 16:35:27 +0100 Subject: [PATCH] Typo in DEBUG message --- capsule/capsule-dlmopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule/capsule-dlmopen.c b/capsule/capsule-dlmopen.c index fc2fb87f3..137b065b5 100644 --- a/capsule/capsule-dlmopen.c +++ b/capsule/capsule-dlmopen.c @@ -271,7 +271,7 @@ set_elf_constraints (ldlibs_t *ldlibs) else { // this would be frankly beyond bizarre: - fprintf(stderr, "dlopen/dlinfo on self faild: %s\n", dlerror() ); + fprintf(stderr, "dlopen/dlinfo on self failed: %s\n", dlerror() ); } return ( ( ldlibs->elf_class != ELFCLASSNONE ) && -- GitLab