Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 2, 2014
1 parent b02951e commit 0153e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/firewall_stage1_proposal.rb
Expand Up @@ -76,7 +76,7 @@ def main
SuSEFirewall4Network.SetSshEnabled1stStage(
ProductFeatures.GetBooleanFeature("globals", "firewall_enable_ssh")
)
SuSEFirewall4Network.SetSshdEnabled1stStage(
SuSEFirewall4Network.SetSshdEnabled(
ProductFeatures.GetBooleanFeature("globals", "enable_sshd")
)
end
Expand Down Expand Up @@ -124,7 +124,7 @@ def main
"SSH port will be blocked (<a href=\"%s\">open</a>)"
) % LINK_OPEN_SSH_PORT

sshd_proposal = SuSEFirewall4Network.EnabledSsh ?
sshd_proposal = SuSEFirewall4Network.EnabledSshd ?
_(
"SSH service will be enabled (<a href=\"%s\">disable</a>)"
) % LINK_DISABLE_SSHD
Expand Down

0 comments on commit 0153e39

Please sign in to comment.