Skip to content

Commit

Permalink
Fix a typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed May 6, 2015
1 parent ee39810 commit b440c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blivet/mounts.py
Expand Up @@ -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():
Expand Down

0 comments on commit b440c30

Please sign in to comment.