Skip to content

Commit

Permalink
fix a typo in recovery_info.py (BugFix) (#761)
Browse files Browse the repository at this point in the history
fix a typo in recovery_info.py
  • Loading branch information
diohe0311 authored Oct 12, 2023
1 parent 970cd47 commit 82dedbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/bin/recovery_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def main(self):
if partition is None:
raise SystemExit("FAIL: Recovery partition not found")
else:
print("Found recovery partiion")
print("Found recovery partition")
return

(recovery_type, recovery_partition) = partition
Expand Down

0 comments on commit 82dedbf

Please sign in to comment.