summaryrefslogtreecommitdiff
path: root/examples/verify1.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/verify1.c')
-rw-r--r--examples/verify1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/verify1.c b/examples/verify1.c
index 182da2d0..2e69df8b 100644
--- a/examples/verify1.c
+++ b/examples/verify1.c
@@ -91,7 +91,7 @@ main(int argc, char **argv) {
if(xmlSecCryptoDLLoadLibrary(NULL) < 0) {
fprintf(stderr, "Error: unable to load default xmlsec-crypto library. Make sure\n"
"that you have it installed and check shared libraries path\n"
- "(LD_LIBRARY_PATH) envornment variable.\n");
+ "(LD_LIBRARY_PATH and/or LTDL_LIBRARY_PATH) environment variables.\n");
return(-1);
}
#endif /* XMLSEC_CRYPTO_DYNAMIC_LOADING */