From f4851ac06d4becf89ba2bee07dca3da3862b8aeb Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Thu, 9 Apr 2015 19:26:04 +0200 Subject: [PATCH] fix typo in comment --- bootstrapvz/base/fs/partitions/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapvz/base/fs/partitions/base.py b/bootstrapvz/base/fs/partitions/base.py index 3e5cbab..fbf9220 100644 --- a/bootstrapvz/base/fs/partitions/base.py +++ b/bootstrapvz/base/fs/partitions/base.py @@ -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