aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2023-04-20 12:42:19 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-04-20 21:33:49 +0300
commit43aa314d9f3c7f00b516422cfa8163181399d87e (patch)
treecbf43f2f5471df4b2cbb7999fbb45cadfd8d8ab7 /src
parentbugs: query for existing open bugs (diff)
downloadpkgdev-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.py2
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