Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 26, 2023
1 parent b039866 commit fd6780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/proposal_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def propose_for_update(force_reset)
elsif old_bootloader =~ /grub2/ && old_bootloader != current_bl.name
raise MismatchBootloader.new(old_bootloader, current_bl.name)
elsif force_reset
log.warn "forced proposel during migration. Will change existing config"
log.warn "forced proposal during migration. Will change existing config"
# Repropose the type. A regular Reset/Propose is not enough.
# For more details see bnc#872081
Yast::Bootloader.Reset
Expand Down

0 comments on commit fd6780d

Please sign in to comment.