]> git.proxmox.com Git - pve-docs.git/commitdiff
Fix typos in vzdump.adoc
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 2 Sep 2019 09:20:01 +0000 (11:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 Sep 2019 10:30:32 +0000 (12:30 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
vzdump.adoc

index fb1ac3d0c3c9853a51aa0ce9ffb9e0ebed3b01a2..e990982c9c6df501df3ed29f6b8c788f2044baca 100644 (file)
@@ -78,7 +78,7 @@ consistency, the use of the `snapshot` mode is recommended instead.
 `snapshot` mode::
 
 This mode provides the lowest operation downtime, at the cost of a
-small inconstancy risk.  It works by performing a Proxmox VE live
+small inconsistency risk.  It works by performing a Proxmox VE live
 backup, in which data blocks are copied while the VM is running. If the
 guest agent is enabled (`agent: 1`) and running, it calls
 `guest-fsfreeze-freeze` and `guest-fsfreeze-thaw` to improve
@@ -166,7 +166,7 @@ Bandwidth Limit
 
 Restoring one or more big backups may need a lot of resources, especially
 storage bandwidth for both reading from the backup storage and writing to
-the target storage. This can negatively effect other virtual guest as access
+the target storage. This can negatively affect other virtual guests as access
 to storage can get congested.
 
 To avoid this you can set bandwidth limits for a backup job. {pve}