Skip to content
Snippets Groups Projects
Commit 639bac65 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Typo in DEBUG message

parent 9733758b
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -271,7 +271,7 @@ set_elf_constraints (ldlibs_t *ldlibs) ...@@ -271,7 +271,7 @@ set_elf_constraints (ldlibs_t *ldlibs)
else else
{ {
// this would be frankly beyond bizarre: // 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 ) && return ( ( ldlibs->elf_class != ELFCLASSNONE ) &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment