fix typo in comment

This commit is contained in:
Anders Ingemann 2015-04-09 19:26:04 +02:00
parent 9101b2e9ec
commit f4851ac06d

View file

@ -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