From bc0875544707e61e10e9c615bf590880664d3386 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Wed, 7 Aug 2024 12:49:43 +0200 Subject: [PATCH] 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 [S.I.: add typos-cli reference] Signed-off-by: Stoiko Ivanov --- pmg-installation.adoc | 2 +- pmg-rule-macros.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pmg-installation.adoc b/pmg-installation.adoc index 25d16a7..4209784 100644 --- a/pmg-installation.adoc +++ b/pmg-installation.adoc @@ -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 diff --git a/pmg-rule-macros.adoc b/pmg-rule-macros.adoc index d3b6aa5..e0b9d18 100644 --- a/pmg-rule-macros.adoc +++ b/pmg-rule-macros.adoc @@ -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 |======