From 86776daf757ef901c4814f409e3f0fd8190062fb Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 23 Jan 2014 08:37:40 +0000 Subject: [PATCH] Fixed typo in opal output message. This commit was SVN r30392. --- ompi/mca/bml/r2/bml_r2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/bml/r2/bml_r2.c b/ompi/mca/bml/r2/bml_r2.c index e57ba1e328..aba8bcd5e0 100644 --- a/ompi/mca/bml/r2/bml_r2.c +++ b/ompi/mca/bml/r2/bml_r2.c @@ -262,7 +262,7 @@ static int mca_bml_r2_add_procs( size_t nprocs, bml_btl->btl_flags = btl->btl_flags; if( (bml_btl->btl_flags & MCA_BTL_FLAGS_PUT) && (NULL == btl->btl_put) ) { opal_output(0, "mca_bml_r2_add_procs: The PUT flag is specified for" - " the %s BTL without any PUT function attached. Disard the flag !", + " the %s BTL without any PUT function attached. Discard the flag !", bml_btl->btl->btl_component->btl_version.mca_component_name); bml_btl->btl_flags ^= MCA_BTL_FLAGS_PUT; }