From: Robert 'phaylon' Sedlacek Date: Tue, 8 May 2012 19:10:08 +0000 (+0000) Subject: fixed typoed moint_point -> mount_point X-Git-Tag: v0.001_001~114 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46a24787126e4c186ed844f58c427ed099f8e27b;p=scpubgit%2FSystem-Introspector.git fixed typoed moint_point -> mount_point --- diff --git a/lib/System/Introspector/MountPoints.pm b/lib/System/Introspector/MountPoints.pm index 761cabe..0a34d6f 100644 --- 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,