summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/DynamicLoader.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-07 13:16:14 (GMT)
committerBrad King <brad.king@kitware.com>2017-11-07 13:16:14 (GMT)
commit517cfe0b8c327ee4d68de777b812c4854e3d46a8 (patch)
treedad96aeed2036987012299830121463d88361da0 /Source/kwsys/DynamicLoader.hxx.in
parentc37c4771cb876146ae0d23a2008482d6fcd53e35 (diff)
parentdc059ae70b2ec79bce2b534876a2f4006293d3b6 (diff)
downloadCMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.zip
CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.gz
CMake-517cfe0b8c327ee4d68de777b812c4854e3d46a8.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2017-11-07 (5249a82d)
Diffstat (limited to 'Source/kwsys/DynamicLoader.hxx.in')
-rw-r--r--Source/kwsys/DynamicLoader.hxx.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/DynamicLoader.hxx.in b/Source/kwsys/DynamicLoader.hxx.in
index 7e71a45..dc34692 100644
--- a/Source/kwsys/DynamicLoader.hxx.in
+++ b/Source/kwsys/DynamicLoader.hxx.in
@@ -35,7 +35,7 @@ namespace @KWSYS_NAMESPACE@ {
* or absolute) pathname. Otherwise, the dynamic linker searches for the
* library as follows : see ld.so(8) for further details):
* Whereas this distinction does not exist on Win32. Therefore ideally you
- * should be doing full path to garantee to have a consistent way of dealing
+ * should be doing full path to guarantee to have a consistent way of dealing
* with dynamic loading of shared library.
*
* \warning the Cygwin implementation do not use the Win32 HMODULE. Put extra
@@ -72,7 +72,7 @@ public:
static LibraryHandle OpenLibrary(const std::string&);
/** Attempt to detach a dynamic library from the
- * process. A value of true is returned if it is sucessful. */
+ * process. A value of true is returned if it is successful. */
static int CloseLibrary(LibraryHandle);
/** Find the address of the symbol in the given library. */