Skip to content

Commit f7e6935

Browse files
committed
docs: fix trivial typo
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent e54cfa7 commit f7e6935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installing-open-mpi/configure-cli-options/support-libraries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ are used by Open MPI that can be used with ``configure``:
2020
* ``external``: Use an external installation (rely on default
2121
compiler and linker paths to find it). ``configure`` will abort
2222
if it cannot find suitable header files and libraries.
23-
* ``internal``: Use Open MPI's internal/bundled copy..
23+
* ``internal``: Use Open MPI's internal/bundled copy.
2424
* No value specified: Try the ``external`` behavior. If that fails,
2525
fall back to ``internal`` behavior. *This is the default behavior.*
2626
* ``DIR``: Specify the location of a specific installation to use.

0 commit comments

Comments
 (0)