From f1dcb9beedc5d05238e90cfbad026736d6efe891 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 21 Apr 2016 20:20:53 +0200 Subject: dltest: fix a typo --- test/dlopen/dltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/dlopen/dltest.c b/test/dlopen/dltest.c index b5fa1cdd7..a0fac9027 100644 --- a/test/dlopen/dltest.c +++ b/test/dlopen/dltest.c @@ -31,7 +31,7 @@ int main(int argc, char **argv) ret = EXIT_FAILURE; printf("dltest: values should NOT be equal Weak values resolved incorrectly!\n"); } else { - printf("dltest: weak symbols resoved correctly.\n"); + printf("dltest: weak symbols resolved correctly.\n"); } dlclose(handle); -- cgit v1.2.3