git: a4c01d577a - main - Typo fix: stictly -> strictly

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Fri, 07 Oct 2022 16:37:04 UTC
The branch main has been updated by bcr:

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

commit a4c01d577a7e9d24b6c8b8e9e2334c3576e84c86
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2022-10-07 16:36:27 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2022-10-07 16:36:27 +0000

    Typo fix: stictly -> strictly
---
 documentation/content/en/books/porters-handbook/pkg-files/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc b/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc
index 969e0b9f43..9de27bfe7d 100644
--- a/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/pkg-files/_index.adoc
@@ -99,7 +99,7 @@ Display if upgrading from a version strictly lower than the version specified.
 
 `minimum_version`::
 Only if `type` is `upgrade`.
-Display if upgrading from a version stictly greater than the version specified.
+Display if upgrading from a version strictly greater than the version specified.
 
 The `maximum_version` and `minimum_version` keywords can be combined.