fix typos in documentation

Found with typos-cli (`cargo install typos-cli`):

```
typos --exclude .git --exclude tests --exclude images \
 --exclude changelog
```

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
[S.I.: add typos-cli reference]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-07 12:49:43 +02:00 committed by Stoiko Ivanov
parent 10a1a7b6b6
commit bc08755447
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ Accessing the Management Interface Post-Installation
[thumbnail="screenshot/pmg-gui-login-window.png"]
After a succesful installation and reboot of the system you can use the {pmg}
After a successful installation and reboot of the system you can use the {pmg}
web interface for further configuration.
. Point your browser to the IP address given during the installation and port

View File

@ -25,5 +25,5 @@ following macros are defined:
|__SENDER_IP__ |IP address of sending host
|__VERSION__ |The current software version (proxmox mail gateway)
|__FILENAME__ |Attachment file name
|__SPAMSTARS__ |A series of "*" charactes where each one represents a full score (__SPAMLEVEL__) point
|__SPAMSTARS__ |A series of "*" characters where each one represents a full score (__SPAMLEVEL__) point
|======