[master 1/1] fix typo in NoDevice: updateSize not udpateSize

AdamWill installerbot-noreply at redhat.com
Tue Sep 8 22:59:05 UTC 2015


From: Adam Williamson <awilliam at redhat.com>

---
 blivet/devices/nodev.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/devices/nodev.py b/blivet/devices/nodev.py
index 6d7570a..8016587 100644
--- a/blivet/devices/nodev.py
+++ b/blivet/devices/nodev.py
@@ -70,7 +70,7 @@ def destroy(self):
         log_method_call(self, self.name, status=self.status)
         self._preDestroy()
 
-    def udpateSize(self):
+    def updateSize(self):
         pass
 
 class TmpFSDevice(NoDevice):


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/4ced2303de0c5710189920bac3f9156985d1d2f4


More information about the anaconda-patches mailing list