projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
94fb29f
)
fixed typoed moint_point -> mount_point
Robert 'phaylon' Sedlacek [Tue, 8 May 2012 19:10:08 +0000 (19:10 +0000)]
lib/System/Introspector/MountPoints.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/System/Introspector/MountPoints.pm
b/lib/System/Introspector/MountPoints.pm
index
761cabe
..
0a34d6f
100644
(file)
--- a/
lib/System/Introspector/MountPoints.pm
+++ b/
lib/System/Introspector/MountPoints.pm
@@
-27,7
+27,7
@@
sub _parse_tab_fh {
= split m{\s+}, $line;
push @mounts, {
device_name => $device,
- moint_point => $point,
+ mount_point => $point,
fs_type => $type,
dump_freq => $dump,
pass_num => $pass,