diff options
Diffstat (limited to 'test/dlopen')
-rw-r--r-- | test/dlopen/dltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |