Date: Sat, 2 Apr 2022 13:35:41 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0954cb209c16 - stable/13 - pkgbase: Fix a typo in a source code comment Message-ID: <202204021335.232DZfC8003136@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0954cb209c1652b185a7030c68f31e8878382e9b commit 0954cb209c1652b185a7030c68f31e8878382e9b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:56:58 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:32:27 +0000 pkgbase: Fix a typo in a source code comment - s/begining/beginning/ (cherry picked from commit eec4f5c034f649e873396125ec8d39826eb65135) --- tools/pkgbase/metalog_reader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pkgbase/metalog_reader.lua b/tools/pkgbase/metalog_reader.lua index a429c981a71d..c3b5b6039873 100644 --- a/tools/pkgbase/metalog_reader.lua +++ b/tools/pkgbase/metalog_reader.lua @@ -475,7 +475,7 @@ function Analysis_session(metalog, verbose, w_notagdirs) for line in fp:lines() do -----local isinpkg = false lineno = lineno + 1 - -- skip lines begining with # + -- skip lines beginning with # if line:match('^%s*#') then goto continue end -- skip blank lines if line:match('^%s*$') then goto continue end
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021335.232DZfC8003136>