From e87e4499fdcfe4c9862a7cd6f5bbb00b61a95d5e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 26 May 2022 13:08:51 +0200 Subject: [PATCH] docs: fix some typos The s/Namesapce/Namespace/ one was reported in the forum [0] and so I figured I do a quick scan for others too using codespell. [0]: https://forum.proxmox.com/threads/109724/post-472744 Signed-off-by: Thomas Lamprecht --- docs/local-zfs.rst | 2 +- docs/pmtx/man1.rst | 2 +- docs/storage.rst | 2 +- docs/tape-backup.rst | 2 +- docs/terminology.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/local-zfs.rst b/docs/local-zfs.rst index 7b2d3850..33836005 100644 --- a/docs/local-zfs.rst +++ b/docs/local-zfs.rst @@ -217,7 +217,7 @@ errors. Newer ZFS packages ship the daemon in a separate package ``zfs-zed``, which should already be installed by default in `Proxmox Backup`_. You can configure the daemon via the file ``/etc/zfs/zed.d/zed.rc`` with your -favorite editor. The required setting for email notfication is +favorite editor. The required setting for email notification is ``ZED_EMAIL_ADDR``, which is set to ``root`` by default. .. code-block:: console diff --git a/docs/pmtx/man1.rst b/docs/pmtx/man1.rst index ce52dd7c..6642a1f0 100644 --- a/docs/pmtx/man1.rst +++ b/docs/pmtx/man1.rst @@ -51,7 +51,7 @@ ENVIRONMENT :CHANGER: If set, replaces the `--device` option :PROXMOX_TAPE_DRIVE: If set, use the Proxmox Backup Server - configuration to find the associcated changer device. + configuration to find the associated changer device. .. include:: ../pbs-copyright.rst diff --git a/docs/storage.rst b/docs/storage.rst index d2a12e8c..64dbba24 100644 --- a/docs/storage.rst +++ b/docs/storage.rst @@ -262,7 +262,7 @@ categorized by checksum, after a backup operation has been executed. Once you uploaded some backups, or created namespaces, you may see the Backup -Type (`ct`, `vm`, `host`) and the start of the namespace hierachy (`ns`). +Type (`ct`, `vm`, `host`) and the start of the namespace hierarchy (`ns`). .. _storage_namespaces: diff --git a/docs/tape-backup.rst b/docs/tape-backup.rst index 8888dacb..ad06e158 100644 --- a/docs/tape-backup.rst +++ b/docs/tape-backup.rst @@ -682,7 +682,7 @@ To remove a job, please use: # proxmox-tape backup-job remove job2 By default, all (recursive) namespaces of the datastore are included in a tape -backup. You can specify a single namespace wth ``ns`` and a depth with +backup. You can specify a single namespace with ``ns`` and a depth with ``max-depth``. For example: .. code-block:: console diff --git a/docs/terminology.rst b/docs/terminology.rst index 4bc810e2..1f2cb8f8 100644 --- a/docs/terminology.rst +++ b/docs/terminology.rst @@ -95,7 +95,7 @@ The backup server groups backups by *type*, where *type* is one of: Backup ID --------- -A unique ID for a specific Backup Type and Backup Namesapce. Usually the +A unique ID for a specific Backup Type and Backup Namespace. Usually the virtual machine or container ID. ``host`` type backups normally use the hostname.