diff options
author | Brad King <brad.king@kitware.com> | 2013-05-07 12:38:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:38:10 (GMT) |
commit | b7593bf3f5a656c6c2651d31c6858ad0e35f01d9 (patch) | |
tree | 8e311bf356b795e99af3febf5a9bef14e6c90b1f /Source/kwsys/testDynamicLoader.cxx | |
parent | 0c04428d04d4a5043aaad54528c4ae6857ddf133 (diff) | |
parent | d0cdc687353cbba0ab844a360a23c71945c8370b (diff) | |
download | CMake-b7593bf3f5a656c6c2651d31c6858ad0e35f01d9.zip CMake-b7593bf3f5a656c6c2651d31c6858ad0e35f01d9.tar.gz CMake-b7593bf3f5a656c6c2651d31c6858ad0e35f01d9.tar.bz2 |
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/testDynamicLoader.cxx')
-rw-r--r-- | Source/kwsys/testDynamicLoader.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx index 61c1572..dd6d603 100644 --- a/Source/kwsys/testDynamicLoader.cxx +++ b/Source/kwsys/testDynamicLoader.cxx @@ -109,9 +109,9 @@ int testDynamicLoader(int argc, char *argv[]) // dlopen() on Syllable before 11/22/2007 doesn't return 0 on error #ifndef __SYLLABLE__ - // Make sure that inexistant lib is giving correct result + // Make sure that inexistent lib is giving correct result res += TestDynamicLoader("azerty_", "foo_bar",0,0,0); - // Make sure that random binary file cannnot be assimilated as dylib + // Make sure that random binary file cannot be assimilated as dylib res += TestDynamicLoader(TEST_SYSTEMTOOLS_BIN_FILE, "wp",0,0,0); #endif |