git: 30f0115a0f - main - Typo fix: publically -> publicly

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Thu, 28 Dec 2023 17:11:12 UTC
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=30f0115a0fdd0c519d110155ca2ffbf3609831f7

commit 30f0115a0fdd0c519d110155ca2ffbf3609831f7
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2023-12-28 17:10:48 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2023-12-28 17:10:48 +0000

    Typo fix: publically -> publicly
---
 documentation/content/en/books/handbook/firewalls/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/firewalls/_index.adoc b/documentation/content/en/books/handbook/firewalls/_index.adoc
index 02efd630e0..e21ca2c230 100644
--- a/documentation/content/en/books/handbook/firewalls/_index.adoc
+++ b/documentation/content/en/books/handbook/firewalls/_index.adoc
@@ -2245,7 +2245,7 @@ map dc0 192.168.1.0/24 -> 204.134.75.0/255.255.255.0
 map dc0 192.168.1.0/24 -> 204.134.75.0/24
 ....
 
-A common practice is to have a publically accessible web server or mail server segregated to an internal network segment.
+A common practice is to have a publicly accessible web server or mail server segregated to an internal network segment.
 The traffic from these servers still has to undergo NAT, but port redirection is needed to direct inbound traffic to the correct server.
 For example, to map a web server using the internal address `10.0.10.25` to its public IP address of `20.20.20.5`, use this rule: