From 553d83dcf6e9e961e0e9d34e7b825de2b65a0a1b Mon Sep 17 00:00:00 2001
From: Nate Rosandich <nrosandich@gitlab.com>
Date: Thu, 15 Feb 2024 00:49:31 +0000
Subject: [PATCH] Fix spelling mistake in repository_download_operation removal

---
 ...ove-repository_download_operation-audit-event-to-private.yml | 2 +-
 doc/update/deprecations.md                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/deprecations/17-0-move-repository_download_operation-audit-event-to-private.yml b/data/deprecations/17-0-move-repository_download_operation-audit-event-to-private.yml
index 920b01efedd33..0a0431a28abd3 100644
--- a/data/deprecations/17-0-move-repository_download_operation-audit-event-to-private.yml
+++ b/data/deprecations/17-0-move-repository_download_operation-audit-event-to-private.yml
@@ -10,4 +10,4 @@
     public projects, this audit event is not the most useful for auditing purposes because it can be triggered by non-authenticated users.
 
     From GitLab 17.0, the `repository_download_operation` audit event type will only be triggered for private or internal projects. We will add a new audit event type
-    called `public_repository_download_operation` for public project downloads. This new audit even type will be streaming only.
+    called `public_repository_download_operation` for public project downloads. This new audit event type will be streaming only.
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index ade11dfd9611c..ba76c30c9effb 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -315,7 +315,7 @@ The audit event type `repository_download_operation` is currently saved to the d
 public projects, this audit event is not the most useful for auditing purposes because it can be triggered by non-authenticated users.
 
 From GitLab 17.0, the `repository_download_operation` audit event type will only be triggered for private or internal projects. We will add a new audit event type
-called `public_repository_download_operation` for public project downloads. This new audit even type will be streaming only.
+called `public_repository_download_operation` for public project downloads. This new audit event type will be streaming only.
 
 </div>
 
-- 
GitLab