Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Varkoly committed Feb 14, 2024
1 parent fd13247 commit 81bfaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/inst_sap-start.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main
when :help
Wizard.ShowHelp(@help)
when :next
costumize_sap_installation(
customize_sap_installation(
Convert.to_boolean(UI.QueryWidget(Id("wizard"), :Value)),
Convert.to_boolean(UI.QueryWidget(Id("rdp"), :Value))
)
Expand All @@ -76,7 +76,7 @@ def main
ret
end

def costumize_sap_installation(start_wizard, start_rdp)
def customize_sap_installation(start_wizard, start_rdp)
to_install = []
to_remove = []
ProductControl.DisableModule("user_first")
Expand Down

0 comments on commit 81bfaa2

Please sign in to comment.