[master 2/4] Fix a typo in comment.

mulkieran installerbot-noreply at redhat.com
Tue May 12 12:31:08 UTC 2015


From: mulhern <amulhern at redhat.com>

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/mounts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/mounts.py b/blivet/mounts.py
index d7d6851..b781d50 100644
--- a/blivet/mounts.py
+++ b/blivet/mounts.py
@@ -65,7 +65,7 @@ def _getActiveMounts(self):
         """ Get information about mounted devices from /proc/mounts and
             /proc/self/mountinfo
 
-            Refreshes self.mountpoints with current moutpoint information
+            Refreshes self.mountpoints with current mountpoint information
         """
         self.mountpoints = defaultdict(list)
         for line in open("/proc/mounts").readlines():


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


More information about the anaconda-patches mailing list