diff options
author | KWSys Robot <kwrobot@kitware.com> | 2013-05-06 14:29:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:38:05 (GMT) |
commit | d0cdc687353cbba0ab844a360a23c71945c8370b (patch) | |
tree | 5bd5f53562ccea42a712c6b544c20579fd461c2c /testDynamicLoader.cxx | |
parent | 327c982faf6a9f119b6547c099a6bbf2ee82e517 (diff) | |
download | CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.zip CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.tar.gz CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.tar.bz2 |
KWSys 2013-05-06 (f4928d44)
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ f4928d44 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' 709fb5c1..f4928d44
Andreas Mohr (1):
f4928d44 Fix spelling and typos in comments and method documentation
Change-Id: I64109c176370a9f10a22da21bc81bd9306a80431
Diffstat (limited to 'testDynamicLoader.cxx')
-rw-r--r-- | testDynamicLoader.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testDynamicLoader.cxx b/testDynamicLoader.cxx index 61c1572..dd6d603 100644 --- a/testDynamicLoader.cxx +++ b/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 |