Skip to content

Correcting typos of "existence"

Gary Holtz requested to merge gmh-correct-existence-typos into master

What does this MR do and why?

This MR corrects typos of "existence".

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Diff

diff --git a/lib/gitlab/ci/triggers/event_handler.rb b/lib/gitlab/ci/triggers/event_handler.rb
index 436734c..396569a 100644
--- a/lib/gitlab/ci/triggers/event_handler.rb
+++ b/lib/gitlab/ci/triggers/event_handler.rb
@@ -12,7 +12,7 @@ def track!
     def target_tag?
       # There is no clear indication in the event structure when we delete a top-level manifest
       # except existance of "tag" key
-      # except existance of "tag" key
+      # except existence of "tag" key
       event['target'].has_key?('tag')
     end
 

This description was generated for revision 706e6229 using AI

Merge request reports