@@ -53,7 +53,7 @@ dnl in the specified path.
5353dnl 4. We try to find the specified header and function with no change
5454dnl in CPPFLAGS or LDFLAGS and adding the specified libraries to LIBS.
5555dnl
56- dnl It is the resposibility of the caller to register arguments of the form
56+ dnl It is the responsibility of the caller to register arguments of the form
5757dnl with-<package name>, with-<package name>-libdir, and with-package name>-incdir.
5858dnl All three are optional, nothing will break if the caller doesn't specify them
5959dnl (and indeed, if the package being searched for isn't libnl3, it's likely the
@@ -63,7 +63,7 @@ dnl By default, OAC_CHECK_PACKAGE will use <package name> for the module name to
6363dnl to pkg-config, meaning there is a <package name>.pc in the filesystem. If a
6464dnl different module name should be used, add a macro to the M4 environment named
6565dnl <package name>_pkgconfig_module with the value of the pkgconfig module name
66- dnl to use. For exmaple , if the libevent module name is libevent_core, you could
66+ dnl to use. For example , if the libevent module name is libevent_core, you could
6767dnl specify:
6868dnl
6969dnl m4_define([libevent_pkgconfig_module], [libevent_core])
@@ -326,7 +326,7 @@ dnl Rarely, packages change linking or in some other way make it
326326dnl difficult to determine all the correct arguments for
327327dnl OAC_CHECK_PACKAGE in one try. The TM interface is a good example
328328dnl of this, which has changed the name of the library (or its
329- dnl dependencies) throughtout the years. Because OAC_CHECK_PACKAGE
329+ dnl dependencies) throughout the years. Because OAC_CHECK_PACKAGE
330330dnl makes heavy use of caching (yay!), it is generally not useful to
331331dnl call OAC_CHECK_PACKAGE multiple times with the same package name,
332332dnl but different arguments. This macro may be expanded between calls
@@ -621,7 +621,7 @@ AC_DEFUN([_OAC_CHECK_PACKAGE_GENERIC_PREFIX], [
621621 AS_IF ( [ test $? -eq 0] ,
622622 [ check_package_generic_prefix_happy=1
623623 $2 _LDFLAGS="-L${check_package_libdir}"
624- AC_MSG_RESULT ( [ foound ] ) ] ,
624+ AC_MSG_RESULT ( [ found ] ) ] ,
625625 [ AC_MSG_RESULT ( [ not found] ) ] ) ] ,
626626 [ check_package_generic_prefix_lib=0
627627 check_package_generic_prefix_lib64=0
0 commit comments