Skip to content

Commit 49f58e5

Browse files
authored
Merge pull request #12580 from hpcraink/spelling-fixes
Spelling fixes in internal variables and comment...
2 parents 6153301 + 0166512 commit 49f58e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/opal_check_libnl.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ AC_DEFUN([OPAL_LIBNL_SANITY_INIT], [
4242
AC_ARG_WITH([libnl],
4343
[AS_HELP_STRING([--with-libnl(=DIR)],
4444
[Directory prefix for libnlv3 (typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])])
45-
AC_ARG_WITH([libn-libdirl],
45+
AC_ARG_WITH([libnl-libdir],
4646
[AS_HELP_STRING([--with-libnl-libdir=DIR],
47-
[Directory prefix for libnlv3 libs(typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])])
47+
[Directory prefix for libnlv3 libs (typically only necessary if libnl is installed in a location that the compiler/linker will not search by default)])])
4848

4949
# ugly hack to deal with potentially alternate locations for
5050
# libnl3 headers. Note that if the pkg-config file is found,
@@ -61,7 +61,7 @@ AC_DEFUN([OPAL_LIBNL_SANITY_INIT], [
6161

6262
dnl OPAL_LIBNL_SANITY_FAIL_MSG(lib)
6363
dnl
64-
dnl Helper to pring a big warning message when we detect a libnl conflict.
64+
dnl Helper to print a big warning message when we detect a libnl conflict.
6565
dnl
6666
dnl --------------------------------------------------------------------
6767
AC_DEFUN([OPAL_LIBNL_SANITY_FAIL_MSG], [

0 commit comments

Comments
 (0)