diff options
author | Arsen Arsenović <arsen@gentoo.org> | 2023-04-20 12:42:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-20 21:33:49 +0300 |
commit | 43aa314d9f3c7f00b516422cfa8163181399d87e (patch) | |
tree | cbf43f2f5471df4b2cbb7999fbb45cadfd8d8ab7 /src | |
parent | bugs: query for existing open bugs (diff) | |
download | pkgdev-43aa314d9f3c7f00b516422cfa8163181399d87e.tar.gz pkgdev-43aa314d9f3c7f00b516422cfa8163181399d87e.tar.bz2 pkgdev-43aa314d9f3c7f00b516422cfa8163181399d87e.zip |
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@gentoo.org>
Closes: https://github.com/pkgcore/pkgdev/pull/135
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/pkgdev/scripts/pkgdev_bugs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |