fix typos

This commit is contained in:
Doug MacEachern 2005-04-27 22:39:05 +00:00
parent 05aea8c508
commit d630fa0647
1 changed files with 2 additions and 2 deletions

View File

@ -450,7 +450,7 @@ my %classes = (
},
{
name => 'free', type => 'Long',
desc => 'Total free bytes on filesytem',
desc => 'Total free bytes on filesystem',
plat => '*'
},
{
@ -460,7 +460,7 @@ my %classes = (
},
{
name => 'avail', type => 'Long',
desc => 'Total free bytes on filesytem available to caller',
desc => 'Total free bytes on filesystem available to caller',
plat => '*'
},
{