Fix documentation cut and paste errors, and a virsh typo.

This commit is contained in:
Cole Robinson
2008-12-04 14:51:57 +00:00
parent b9b9c8b020
commit 76944e8137
4 changed files with 13 additions and 14 deletions

View File

@@ -3168,7 +3168,7 @@ cmdPoolBuild(vshControl *ctl, const vshCmd *cmd)
return FALSE;
if (virStoragePoolBuild(pool, 0) == 0) {
vshPrint(ctl, _("Pool %s builded\n"), name);
vshPrint(ctl, _("Pool %s built\n"), name);
} else {
vshError(ctl, FALSE, _("Failed to build pool %s"), name);
ret = FALSE;