Skip to content

Commit

Permalink
Fix a typo in the doc string of presumed_name()
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake authored and m-blaha committed Apr 27, 2023
1 parent 35f9595 commit 14d51c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/needs_restarting.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(self, pid, name, deleted):
def presumed_name(self):
"""Calculate the name of the file pre-transaction.
In case of a file that got deleted during the transactionm, possibly
In case of a file that got deleted during the transaction, possibly
just because of an upgrade to a newer version of the same file, RPM
renames the old file to the same name with a hexadecimal suffix just
before delting it.
Expand Down

0 comments on commit 14d51c3

Please sign in to comment.