aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/launchpad
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-01-23 10:38:55 -0500
committerYaroslav Halchenko <debian@onerussian.com>2023-01-23 10:38:55 -0500
commit1af335f9132ed441d0ee89af5e494bba9a401377 (patch)
treeb40f6c98e561a269fa0aa1c1ce469dc9cebb9257 /bridge/launchpad
parentb0ea26df494b9a66d4c860300b72ac2eb526db8f (diff)
downloadgit-bug-1af335f9132ed441d0ee89af5e494bba9a401377.tar.gz
[DATALAD RUNCMD] Run codespell -w
=== Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
Diffstat (limited to 'bridge/launchpad')
-rw-r--r--bridge/launchpad/launchpad_api.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge/launchpad/launchpad_api.go b/bridge/launchpad/launchpad_api.go
index 763e774e..d8b31e44 100644
--- a/bridge/launchpad/launchpad_api.go
+++ b/bridge/launchpad/launchpad_api.go
@@ -10,7 +10,7 @@ package launchpad
* - SearchTasks should yield bugs one by one
*
* TODO (maybe):
- * - Authentication (this might help retrieving email adresses)
+ * - Authentication (this might help retrieving email addresses)
*/
import (
@@ -83,7 +83,7 @@ func (lapi *launchpadAPI) SearchTasks(ctx context.Context, project string) ([]LP
var bugs []LPBug
// First, let us build the URL. Not all statuses are included by
- // default, so we have to explicitely enumerate them.
+ // default, so we have to explicitly enumerate them.
validStatuses := [13]string{
"New", "Incomplete", "Opinion", "Invalid",
"Won't Fix", "Expired", "Confirmed", "Triaged",