From 1741c5a252a3f623631afc0527ffc5588b0617c2 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 16 Jun 2014 14:15:41 -0700 Subject: [PATCH] Fix a couple of more typos --- orcm/mca/notifier/smtp/notifier_smtp_component.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orcm/mca/notifier/smtp/notifier_smtp_component.c b/orcm/mca/notifier/smtp/notifier_smtp_component.c index 3369a952446..a3259ed3760 100644 --- a/orcm/mca/notifier/smtp/notifier_smtp_component.c +++ b/orcm/mca/notifier/smtp/notifier_smtp_component.c @@ -76,7 +76,7 @@ static int smtp_register(void) &mca_notifier_smtp_component.server); mca_notifier_smtp_component.port = 25; - (void) mca_base_component_var_register(&mca_notifier_stmp_component.super.base_version, "port", + (void) mca_base_component_var_register(&mca_notifier_smtp_component.super.base_version, "port", "SMTP server port", MCA_BASE_VAR_TYPE_INT, NULL, 0, 0, OPAL_INFO_LVL_9, @@ -131,7 +131,7 @@ static int smtp_register(void) /* Priority */ mca_notifier_smtp_component.priority = 10; - (void) mca_base_component_var_register(&mca_notifier_stmp_component.super.base_version, "priority", + (void) mca_base_component_var_register(&mca_notifier_smtp_component.super.base_version, "priority", "Priority of this component", MCA_BASE_VAR_TYPE_INT, NULL, 0, 0, OPAL_INFO_LVL_9,