From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <a.zeidler@proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by lists.proxmox.com (Postfix) with ESMTPS id E24F09DBCA
 for <pbs-devel@lists.proxmox.com>; Fri, 24 Nov 2023 18:44:35 +0100 (CET)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
 by firstgate.proxmox.com (Proxmox) with ESMTP id BBCCB1348F
 for <pbs-devel@lists.proxmox.com>; Fri, 24 Nov 2023 18:44:05 +0100 (CET)
Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com
 [94.136.29.106])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits))
 (No client certificate requested)
 by firstgate.proxmox.com (Proxmox) with ESMTPS
 for <pbs-devel@lists.proxmox.com>; Fri, 24 Nov 2023 18:44:04 +0100 (CET)
Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])
 by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 911A043D2D
 for <pbs-devel@lists.proxmox.com>; Fri, 24 Nov 2023 18:44:04 +0100 (CET)
From: Alexander Zeidler <a.zeidler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Date: Fri, 24 Nov 2023 18:43:46 +0100
Message-Id: <20231124174347.200266-5-a.zeidler@proxmox.com>
X-Mailer: git-send-email 2.39.2
In-Reply-To: <20231124174347.200266-1-a.zeidler@proxmox.com>
References: <20231124174347.200266-1-a.zeidler@proxmox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-SPAM-LEVEL: Spam detection results:  0
 AWL 0.048 Adjusted score from AWL reputation of From: address
 BAYES_00                 -1.9 Bayes spam probability is 0 to 1%
 DMARC_MISSING             0.1 Missing DMARC policy
 KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
 SPF_HELO_NONE           0.001 SPF: HELO does not publish an SPF Record
 SPF_PASS               -0.001 SPF: sender matches SPF record
 T_SCC_BODY_TEXT_LINE    -0.01 -
 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See
 http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more
 information. [proxmox.com, daringfireball.net, sphinx-doc.org, rust-lang.org,
 wikipedia.org]
Subject: [pbs-devel] [PATCH proxmox-backup 5/6] docs: fix typos
X-BeenThere: pbs-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox Backup Server development discussion
 <pbs-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pbs-devel>, 
 <mailto:pbs-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pbs-devel/>
List-Post: <mailto:pbs-devel@lists.proxmox.com>
List-Help: <mailto:pbs-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel>, 
 <mailto:pbs-devel-request@lists.proxmox.com?subject=subscribe>
X-List-Received-Date: Fri, 24 Nov 2023 17:44:35 -0000

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
---
 docs/epilog.rst               | 2 +-
 docs/introduction.rst         | 2 +-
 docs/local-zfs.rst            | 2 +-
 docs/markdown-primer.rst      | 2 +-
 docs/package-repositories.rst | 2 +-
 docs/storage.rst              | 2 +-
 docs/tape-backup.rst          | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/epilog.rst b/docs/epilog.rst
index 7625bb23..8802ad54 100644
--- a/docs/epilog.rst
+++ b/docs/epilog.rst
@@ -12,7 +12,7 @@
 .. _Proxmox Community Forum: https://forum.proxmox.com
 .. _Proxmox Virtual Environment: https://www.proxmox.com/proxmox-virtual-environment
 .. _Proxmox Backup: https://www.proxmox.com/proxmox-backup-server
-.. _Proxmox Backup Sever Development List: https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
+.. _Proxmox Backup Server Development List: https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
 .. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
 .. _Rust: https://www.rust-lang.org/
 .. _SHA-256: https://en.wikipedia.org/wiki/SHA-2
diff --git a/docs/introduction.rst b/docs/introduction.rst
index 5859fac9..fc38b2b1 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -178,7 +178,7 @@ Mailing Lists
 Proxmox Backup Server is fully open-source and contributions are welcome! Here
 is the primary communication channel for developers:
 
-:Mailing list for developers: `Proxmox Backup Sever Development List`_
+:Mailing list for developers: `Proxmox Backup Server Development List`_
 
 Bug Tracker
 ~~~~~~~~~~~
diff --git a/docs/local-zfs.rst b/docs/local-zfs.rst
index bef3cf8a..b124fc65 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``, using your
-preferred editor. The required setting for email notfication is
+preferred 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/markdown-primer.rst b/docs/markdown-primer.rst
index c7465af3..ef73ba45 100644
--- a/docs/markdown-primer.rst
+++ b/docs/markdown-primer.rst
@@ -5,7 +5,7 @@ Markdown Primer
 
   "Markdown is a text-to-HTML conversion tool for web writers. Markdown allows
   you to write using an easy-to-read, easy-to-write plain text format, then
-  convertit to structurally valid XHTML (or HTML)."
+  convert it to structurally valid XHTML (or HTML)."
 
   --  John Gruber, https://daringfireball.net/projects/markdown/
 
diff --git a/docs/package-repositories.rst b/docs/package-repositories.rst
index 8f0473e5..b429b4b4 100644
--- a/docs/package-repositories.rst
+++ b/docs/package-repositories.rst
@@ -140,7 +140,7 @@ You can access this repository by adding the following line to
 Proxmox Backup Client-only Repository
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-If you want to :ref:`use the the Proxmox Backup Client <client_creating_backups>`
+If you want to :ref:`use the Proxmox Backup Client <client_creating_backups>`
 on systems using a Linux distribution not based on Proxmox projects, you can
 use the client-only repository.
 
diff --git a/docs/storage.rst b/docs/storage.rst
index 0eb3df7d..4444c423 100644
--- a/docs/storage.rst
+++ b/docs/storage.rst
@@ -263,7 +263,7 @@ categorized by checksum, after a backup operation has been executed.
 
 
 Once you've 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 a6d3298d..f54c00b8 100644
--- a/docs/tape-backup.rst
+++ b/docs/tape-backup.rst
@@ -567,7 +567,7 @@ a single media pool, so a job only uses tapes from that pool.
       will be double encrypted.
 
    The password protected key is stored on each medium, so that it is
-   possbible to `restore the key <tape_restore_encryption_key_>`_ using
+   possible to `restore the key <tape_restore_encryption_key_>`_ using
    the password. Please make sure to remember the password, in case
    you need to restore the key.
 
@@ -998,7 +998,7 @@ into the drive. Then run:
 .. code-block:: console
 
  # proxmox-tape key restore
- Tepe Encryption Key Password: ***********
+ Tape Encryption Key Password: ***********
 
 If the password is correct, the key will get imported to the
 database. Further restore jobs automatically use any available key.
-- 
2.39.2