aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab
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/gitlab
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/gitlab')
-rw-r--r--bridge/gitlab/export.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/export.go b/bridge/gitlab/export.go
index b3a02447..3beaec38 100644
--- a/bridge/gitlab/export.go
+++ b/bridge/gitlab/export.go
@@ -356,7 +356,7 @@ func (ge *gitlabExporter) exportBug(ctx context.Context, b *cache.BugCache, out
case *bug.LabelChangeOperation:
// we need to set the actual list of labels at each label change operation
- // because gitlab update issue requests need directly the latest list of the verison
+ // because gitlab update issue requests need directly the latest list of the version
for _, label := range op.Added {
labelSet[label.String()] = struct{}{}