Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2022 10:09:28 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 570e2052f6 - main - Fix typo in Ports cgi interface
Message-ID:  <202206241009.25OA9SgE007794@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=570e2052f6bb3f3bc4a5a31b870f3ef2e95d48f5

commit 570e2052f6bb3f3bc4a5a31b870f3ef2e95d48f5
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-06-24 10:08:39 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-06-24 10:08:39 +0000

    Fix typo in Ports cgi interface
    
    PR:             264456
    Submitted by:   Graham Perrin <grahamperrin (AT) gmail.com>
---
 website/content/en/cgi/ports.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index fd5b8962c4..5cd3e165a3 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -545,7 +545,7 @@ sub faq {
 <p>
 The script ports.cgi use the file
 <a href="$hsty_base/ports/$ports_database.xz">$ports_database</a>
-as database for it's operations. $ports_database is updated automatically every
+as database for its operations. $ports_database is updated automatically every
 two hours.</p>
 
 <p>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206241009.25OA9SgE007794>