From 75479c0f173c0255996f1ba9307717d3f00951bb Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 5 Mar 2015 12:59:58 -0500 Subject: [PATCH] Fix some typos. --- opal/mca/base/mca_base_var.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opal/mca/base/mca_base_var.h b/opal/mca/base/mca_base_var.h index 4180bbee79..a927002001 100644 --- a/opal/mca/base/mca_base_var.h +++ b/opal/mca/base/mca_base_var.h @@ -404,7 +404,7 @@ OPAL_DECLSPEC int mca_base_var_register (const char *project_name, const char *f mca_base_var_scope_t scope, void *storage); /** - * Convinience function for registering a variable associated with a + * Convenience function for registering a variable associated with a * component. * * While quite similar to mca_base_var_register(), there is one key @@ -420,7 +420,7 @@ OPAL_DECLSPEC int mca_base_component_var_register (const mca_base_component_t *c mca_base_var_scope_t scope, void *storage); /** - * Convinience function for registering a variable associated with a framework. This + * Convenience function for registering a variable associated with a framework. This * function is equivalent to mca_base_var_register with component_name = "base" and * with the MCA_BASE_VAR_FLAG_DWG set. See mca_base_var_register(). */