mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix documentation cut and paste errors, and a virsh typo.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user