git: 9fe69f91ad22 - main - mail/claws-mail-litehtml_viewer: Fix pkg-descr grammar

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Sat, 14 May 2022 23:56:20 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9fe69f91ad22cbef996bb21c6ddddb42bb29d1ab

commit 9fe69f91ad22cbef996bb21c6ddddb42bb29d1ab
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-05-14 23:52:30 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-05-14 23:52:30 +0000

    mail/claws-mail-litehtml_viewer: Fix pkg-descr grammar
    
    Fix a grammar nit.
    
    MFH:            2022Q2
---
 mail/claws-mail-litehtml_viewer/Makefile  | 1 +
 mail/claws-mail-litehtml_viewer/pkg-descr | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/claws-mail-litehtml_viewer/Makefile b/mail/claws-mail-litehtml_viewer/Makefile
index 46b1f92eaf09..c3576b3fc471 100644
--- a/mail/claws-mail-litehtml_viewer/Makefile
+++ b/mail/claws-mail-litehtml_viewer/Makefile
@@ -1,6 +1,7 @@
 # Created by: Rozhuk Ivan <rozhuk.im@gmail.com>
 
 PORTNAME=	litehtml_viewer
+PORTREVISION=	1
 
 COMMENT=	Viewer plugin for HTML emails, using the litehtml library
 
diff --git a/mail/claws-mail-litehtml_viewer/pkg-descr b/mail/claws-mail-litehtml_viewer/pkg-descr
index 1102a394624c..ab2e77762f74 100644
--- a/mail/claws-mail-litehtml_viewer/pkg-descr
+++ b/mail/claws-mail-litehtml_viewer/pkg-descr
@@ -2,7 +2,7 @@ Viewer plugin for HTML emails, using the litehtml library.
 
 litehtml is lightweight HTML/CSS rendering engine. The main goal of the
 litehtml library is to give the developers the easy way to show the HTML
-pages in theirs applications. The popular HTML engines like WebKit are
+pages in their applications. The popular HTML engines like WebKit are
 too complicated for some tasks. For example, it may be too cumbersome
 to use WebKit to show some tooltips or pages in HTML format.