|
@@ -189,7 +189,7 @@ func_basename ()
|
|
|
# to NONDIR_REPLACEMENT.
|
|
|
# value returned in "$func_dirname_result"
|
|
|
# basename: Compute filename of FILE.
|
|
|
-# value retuned in "$func_basename_result"
|
|
|
+# value returned in "$func_basename_result"
|
|
|
# Implementation must be kept synchronized with func_dirname
|
|
|
# and func_basename. For efficiency, we do not delegate to
|
|
|
# those functions but instead duplicate the functionality here.
|
|
@@ -3276,7 +3276,7 @@ extern \"C\" {
|
|
|
|
|
|
/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
|
|
|
#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
|
|
|
-/* DATA imports from DLLs on WIN32 con't be const, because runtime
|
|
|
+/* DATA imports from DLLs on WIN32 can't be const, because runtime
|
|
|
relocations are performed -- see ld's documentation on pseudo-relocs. */
|
|
|
# define LT_DLSYM_CONST
|
|
|
#elif defined(__osf__)
|
|
@@ -4394,7 +4394,7 @@ EOF
|
|
|
{
|
|
|
/* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
|
|
|
namespace, but it is not one of the ones we know about and
|
|
|
- have already dealt with, above (inluding dump-script), then
|
|
|
+ have already dealt with, above (including dump-script), then
|
|
|
report an error. Otherwise, targets might begin to believe
|
|
|
they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
|
|
|
namespace. The first time any user complains about this, we'll
|