diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst index 5af0630c..2ba146f7 100644 --- a/docs/administration-guide.rst +++ b/docs/administration-guide.rst @@ -439,8 +439,8 @@ Backup Client usage The command line client is called :command:`proxmox-backup-client`. -Respository Locations -~~~~~~~~~~~~~~~~~~~~~ +Repository Locations +~~~~~~~~~~~~~~~~~~~~ The client uses the following notation to specify a datastore repository on the backup server. @@ -600,7 +600,7 @@ the given patterns. It is only possible to match files in this directory and its all files ending in ``.tmp`` within the directory or subdirectories with the following pattern ``**/*.tmp``. ``[...]`` matches a single character from any of the provided characters within -the brackets. ``[!...]`` does the complementary and matches any singe character +the brackets. ``[!...]`` does the complementary and matches any single character not contained within the brackets. It is also possible to specify ranges with two characters separated by ``-``. For example, ``[a-z]`` matches any lowercase alphabetic character and ``[0-9]`` matches any one single digit. diff --git a/docs/glossary.rst b/docs/glossary.rst index b831bea3..913b6f25 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -16,7 +16,7 @@ Glossary Datastore A place to store backups. A directory which contains the backup data. - The current implemenation is file-system based. + The current implementation is file-system based. `Rust`_ diff --git a/docs/proxmox-backup-proxy/man1.rst b/docs/proxmox-backup-proxy/man1.rst index 3dfd709f..f3a5d8c4 100644 --- a/docs/proxmox-backup-proxy/man1.rst +++ b/docs/proxmox-backup-proxy/man1.rst @@ -24,7 +24,7 @@ This daemon is normally started and managed as ``systemd`` service:: systemctl status proxmox-backup-proxy -For debugging, you can start the daemon in forground using:: +For debugging, you can start the daemon in foreground using:: proxmox-backup-proxy