Changeset 1198 for trunk/fuse

Show
Ignore:
Timestamp:
07/10/08 14:24:56 (17 months ago)
Author:
nickandrew
Message:

Fix various typos, spelling and grammar errors

Most of the fixed errors are in comments, but a few are in
messages from the system or build files.

Some examples:

- MogileFS.pm provides a the perl client for the MogileFS application-level
+ MogileFS.pm provides a perl client for the MogileFS application-level

- ABSTRACT => 'Plugin for mogilefs server represending a UNIX like filesystem on top of mogilefs.',
+ ABSTRACT => 'Plugin for mogilefs server representing a UNIX like filesystem on top of mogilefs.',

- des => "Comma-seperated list of filenames to load when a user visits a directory URL, listed in order of preference.",
+ des => "Comma-separated list of filenames to load when a user visits a directory URL, listed in order of preference.",

- "--weight=i" => "Postive numeric weight for device",
+ "--weight=i" => "Positive numeric weight for device",

And so on...

Signed-off-by: Nick Andrew <nick@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/fuse/mount-filepaths

    r1135 r1198  
    205205    --file-perms PERMS 
    206206        The default file permissions for all files in the mounted MogileFS 
    207         filesystem.  Since MogilefS does not store this information currently 
     207        filesystem.  Since MogileFS does not store this information currently 
    208208        it must be faked. 
    209209