]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: Fix typo in docs
authorPeter Krempa <pkrempa@redhat.com>
Wed, 3 Apr 2013 09:37:41 +0000 (11:37 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Apr 2013 09:38:57 +0000 (11:38 +0200)
s/persitent/persistent/

tools/virsh.pod

index 9ca4435a104625d2baf007e6f5fa09b59398515b..1c8f9ee838715a57706bc6af802962234357c1de 100644 (file)
@@ -2152,7 +2152,7 @@ Returns basic information about the I<network> object.
 Returns the list of active networks, if I<--all> is specified this will also
 include defined but inactive networks, if I<--inactive> is specified only the
 inactive ones will be listed. You may also want to filter the returned networks
-by I<--persistent> to list the persitent ones, I<--transient> to list the
+by I<--persistent> to list the persistent ones, I<--transient> to list the
 transient ones, I<--autostart> to list the ones with autostart enabled, and
 I<--no-autostart> to list the ones with autostart disabled.