Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2021 07:48:10 GMT
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f8400861e757 - main - devel/tlx: fix whitespace in pkg-descr.
Message-ID:  <202110160748.19G7mAkh010747@gitrepo.freebsd.org>

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

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

commit f8400861e757e89db222a37a807d5fe5ba4a0eda
Author:     Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2021-10-15 21:41:08 +0000
Commit:     Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2021-10-16 07:09:10 +0000

    devel/tlx: fix whitespace in pkg-descr.
---
 devel/tlx/pkg-descr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/tlx/pkg-descr b/devel/tlx/pkg-descr
index 32d4229c56a8..c06be810adb6 100644
--- a/devel/tlx/pkg-descr
+++ b/devel/tlx/pkg-descr
@@ -1,5 +1,5 @@
 tlx is a collection of C++ helpers and extensions universally needed, but not
-found in the STL.The most important design goals and conventions are:
+found in the STL. The most important design goals and conventions are:
 * high modularity with as little dependencies between modules as possible.
 * attempt to never break existing interfaces.
 * compile on all platforms with C++ - smartphones, supercomputers, windows, etc.



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