From 13be2d2a00dde6ecbee0eeb75924f9cebe36fd8b Mon Sep 17 00:00:00 2001 From: Terry Dontje Date: Mon, 21 Sep 2009 13:22:37 +0000 Subject: [PATCH] correct mistype in odle should be odls call to orte_show_help This commit was SVN r21979. --- orte/mca/odls/default/odls_default_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/odls/default/odls_default_module.c b/orte/mca/odls/default/odls_default_module.c index f3c9e830ef..5eaaf4d2f1 100644 --- a/orte/mca/odls/default/odls_default_module.c +++ b/orte/mca/odls/default/odls_default_module.c @@ -115,7 +115,7 @@ orte_odls_base_module_t orte_odls_default_module = { if (ORTE_BINDING_NOT_REQUIRED(jobdat->policy)) { \ if (orte_odls_globals.report_bindings) { \ orte_show_help("help-odls-default.txt", \ - "odle-default:binding-not-avail", \ + "odls-default:binding-not-avail", \ true, (n)); \ } \ goto LAUNCH_PROCS; \