Skip to content

Commit

Permalink
Fix typos in comments to make spellchecker happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pirat89 authored and MichalHe committed Jan 23, 2025
1 parent 57fa7a5 commit bfcf59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FilterRpmTransactionTasks(Actor):
In order to calculate a working DNF Upgrade transaction, Leapp can collect data from multiple
sources and find workarounds for possible problems. This actor will filter all collected
workarounds and keep only those relevants to current system based on installed packages.
workarounds and keep only those relevant to current system based on installed packages.
"""

name = 'check_rpm_transaction_events'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_selinux_modules():

for (name, priority) in modules:
# Udica templates should not be transferred, we only need a list of their
# names and priorities so that we can reinstall their latest verisions
# names and priorities so that we can reinstall their latest versions
if name in UDICA_TEMPLATES:
template_list.append(
SELinuxModule(
Expand Down

0 comments on commit bfcf59e

Please sign in to comment.