aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-02-16 09:45:53 -0500
committerGitHub <noreply@github.com>2023-02-16 09:45:53 -0500
commit55e4046b4bb77139e25ee6ad7adcfc829d4e6ba5 (patch)
tree2c09f86115b08ca3484f7b1b69f4836daf18f693 /bridge/gitlab
parent1ae31b342b57ace44131f5ecd03c506814a25e62 (diff)
parent92f632114b4b6b3892d7872b21844283631c73c4 (diff)
downloadgit-bug-55e4046b4bb77139e25ee6ad7adcfc829d4e6ba5.tar.gz
Merge pull request #1008 from yarikoptic/enh-codespell
Fix typos, provide configuration and github workflow for codespell
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{}{}