]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: fix some typos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jan 2022 14:19:50 +0000 (15:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jan 2022 14:19:59 +0000 (15:19 +0100)
the `congestion` typo has been mentioned in the forum:
https://forum.proxmox.com/threads/proxmox-backup-server-2-1-released.100240/#post-443370

fixed a few surrounding ones and ones that `codespell` found in
addition to that.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/backup-client.rst
docs/managing-remotes.rst
docs/traffic-control.rst

index b28a27120b8046be58878f719bd61a94bf8a712c..3af40b3a560777a1078887338a0a104ffdfa11bf 100644 (file)
@@ -71,7 +71,7 @@ Environment Variables
 
 
 .. Note:: Passwords must be valid UTF-8 and may not contain newlines. For your
-   convienience, Proxmox Backup Server only uses the first line as password, so
+   convenience, Proxmox Backup Server only uses the first line as password, so
    you can add arbitrary comments after the first newline.
 
 
index ea1d3f639e298ee55259c88d7ad5c2f1a0d1e127..7d47d8be2472bef02195f5a58b665a022ef9ab67 100644 (file)
@@ -117,9 +117,9 @@ The same filter is applied to local groups for handling of the
 Bandwidth Limit
 ^^^^^^^^^^^^^^^
 
-Syncing datastores to an archive can produce lots of traffic and impact other
-users of the network. So, to avoid network or storage congetsion you can limit
-the bandwith of the sync job by setting the ``rate-in`` option either in the
+Syncing a datastore to an archive can produce lots of traffic and impact other
+users of the network. So, to avoid network or storage congestion you can limit
+the bandwidth of the sync job by setting the ``rate-in`` option either in the
 web interface or using the ``proxmox-backup-manager`` command-line tool:
 
 .. code-block:: console
index 93f10b6164ddb3a2b5e336cafc2ebab86076aa43..b8567eeab6fb9514a143f38c281fc100769567b8 100644 (file)
@@ -21,7 +21,7 @@ You can manage the traffic controls either over the web-interface or using the
 tool.
 
 .. note:: Sync jobs on the server are not affected by its rate-in limits. If
-   you want to limit the incomming traffic that a pull-based sync job
+   you want to limit the incoming traffic that a pull-based sync job
    generates, you need to setup a job-specific rate-in limit. See
    :ref:`syncjobs`.