1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-07-24 00:58:57 +03:00

cleanup: spelling

This commit is contained in:
Zdenek Kabelac
2014-02-22 00:23:59 +01:00
parent 710c0df68a
commit 0118d6aa48
2 changed files with 3 additions and 3 deletions

View File

@ -264,9 +264,9 @@ static void _drop_metadata(const char *vgname, int drop_precommitted)
}
/*
* Remote node uses this to upgrade precommited metadata to commited state
* Remote node uses this to upgrade precommitted metadata to commited state
* when receives vg_commit notification.
* (Note that devices can be suspended here, if so, precommited metadata are already read.)
* (Note that devices can be suspended here, if so, precommitted metadata are already read.)
*/
void lvmcache_commit_metadata(const char *vgname)
{

View File

@ -683,7 +683,7 @@ static int _read_raid_params(struct lvcreate_params *lp,
if (lp->max_recovery_rate &&
(lp->max_recovery_rate < lp->min_recovery_rate)) {
log_error("Minumum recovery rate cannot be higher than maximum.");
log_error("Minimum recovery rate cannot be higher than maximum.");
return 0;
}
return 1;