mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
fix typo in comment
This commit is contained in:
parent
9101b2e9ec
commit
f4851ac06d
1 changed files with 1 additions and 1 deletions
|
@ -94,5 +94,5 @@ class BasePartition(AbstractPartition):
|
|||
self.device_path = e.device_path
|
||||
|
||||
def _before_unmap(self, e):
|
||||
# When unmapped, the device_path ifnromation becomes invalid, so we delete it
|
||||
# When unmapped, the device_path information becomes invalid, so we delete it
|
||||
self.device_path = None
|
||||
|
|
Loading…
Add table
Reference in a new issue