Skip to content

Commit

Permalink
Fix a couple of more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Castain committed Jun 16, 2014
1 parent c5855c9 commit 1741c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orcm/mca/notifier/smtp/notifier_smtp_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1741c5a

Please sign in to comment.