Skip to content

Commit 7307120

Browse files
committed
opal_summary.m4: make message consistent with others
Fix one message in opal_summary.m4 be consistent with other messages in the same area of opal_summary.m4. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 07e5c54 commit 7307120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_summary.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ EOF
7070
if test $WANT_MPI_JAVA_BINDINGS -eq 1 ; then
7171
echo "Build MPI Java bindings (experimental): yes"
7272
else
73-
echo "MPI Build Java bindings (experimental): no"
73+
echo "Build MPI Java bindings (experimental): no"
7474
fi
7575
fi
7676

0 commit comments

Comments
 (0)