Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Mar 4, 2020
1 parent 8139577 commit 6c2c1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/ntp-client_proposal.rb
Expand Up @@ -384,7 +384,7 @@ def Write(params)

return :success if params["write_only"]

# Only if network is running and user has selected an ntp server try to synchronize
# Only if network is running try to synchronize
# the ntp server.
if NetworkService.isNetworkRunning && !Service.Active(NtpClient.service_name)
if !select_ntp_server && ntp_server.empty?
Expand All @@ -411,7 +411,7 @@ def ui_handle(ui)
UI.QueryWidget(Id(:ntp_address), :Value)
)
elsif rv == :next && !Stage.initial
# Update UI for the changes ntp servers
# Updating UI for the changed ntp servers
ui_init(Id(:rp), false)
# show the 'save' status after configuration
UI.ChangeWidget(Id(:ntp_save), :Value, GetNTPEnabled())
Expand Down

0 comments on commit 6c2c1c4

Please sign in to comment.