summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-21 20:20:53 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-04-21 20:20:59 +0200
commitf1dcb9beedc5d05238e90cfbad026736d6efe891 (patch)
tree3148e8a4ec5d5d51d0623d2b3e3dd0bf7f266a17 /test
parent1c815cddb63026be7d548e4e1e27110d92165830 (diff)
dltest: fix a typo
Diffstat (limited to 'test')
-rw-r--r--test/dlopen/dltest.c2
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);