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@…>