commit: 43aa314d9f3c7f00b516422cfa8163181399d87e Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org> AuthorDate: Thu Apr 20 10:42:19 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 18:33:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=43aa314d
pkgdev bugs: Fix spelling of agent noun for 'file' The agent noun of the verb '(to) file' is 'filer'. Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org> Closes: https://github.com/pkgcore/pkgdev/pull/135 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/pkgdev/scripts/pkgdev_bugs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgdev/scripts/pkgdev_bugs.py b/src/pkgdev/scripts/pkgdev_bugs.py index 4cf726a..173fce8 100644 --- a/src/pkgdev/scripts/pkgdev_bugs.py +++ b/src/pkgdev/scripts/pkgdev_bugs.py @@ -1,4 +1,4 @@ -"""Automatic bugs filler""" +"""Automatic bugs filer""" import json import urllib.request as urllib