summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2008-12-04 14:51:57 +0000
committerCole Robinson <crobinso@redhat.com>2008-12-04 14:51:57 +0000
commit76944e8137132a87e11efc7f9a3a3dcdfa30b6dc (patch)
tree297cec89e99703fb8357e880e2b4522da1077378 /src
parentIncrease timeout for initial monitor poll, to prevent a guest from failing to... (diff)
downloadlibvirt-76944e8137132a87e11efc7f9a3a3dcdfa30b6dc.tar.gz
libvirt-76944e8137132a87e11efc7f9a3a3dcdfa30b6dc.tar.bz2
libvirt-76944e8137132a87e11efc7f9a3a3dcdfa30b6dc.zip
Fix documentation cut and paste errors, and a virsh typo.
Diffstat (limited to 'src')
-rw-r--r--src/virsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virsh.c b/src/virsh.c
index 5a8d5e3b7..df12b8b0b 100644
--- a/src/virsh.c
+++ b/src/virsh.c
@@ -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;