Fix typo: wan -> want

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2012-04-04 04:00:41 +10:00
parent 027c374fd9
commit 3556c2fafb
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ int Manage_subdevs(char *devname, int fd,
": %s is larger than %s can "
"effectively use.\n"
" Add --force is you "
"really wan to add this device.\n",
"really want to add this device.\n",
add_dev, devname);
st->ss->free_super(st);
close(tfd);