From 672686faa525eadea37af610f81a3361a7349a74 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Sun, 26 Mar 2023 18:09:03 -0400
Subject: [PATCH] spelling: deletes

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
 src/Profile/ProfileField/Repository/ProfileField.php | 2 +-
 tests/Util/VFSTrait.php                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Profile/ProfileField/Repository/ProfileField.php b/src/Profile/ProfileField/Repository/ProfileField.php
index e20ed8a192..d297ca2377 100644
--- a/src/Profile/ProfileField/Repository/ProfileField.php
+++ b/src/Profile/ProfileField/Repository/ProfileField.php
@@ -192,7 +192,7 @@ class ProfileField extends BaseRepository
 	}
 
 	/**
-	 * Delets a whole collection of ProfileFields
+	 * Deletes a whole collection of ProfileFields
 	 *
 	 * @param Collection\ProfileFields $profileFields
 	 *
diff --git a/tests/Util/VFSTrait.php b/tests/Util/VFSTrait.php
index a98b7925de..86b7c167ce 100644
--- a/tests/Util/VFSTrait.php
+++ b/tests/Util/VFSTrait.php
@@ -85,7 +85,7 @@ trait VFSTrait
 	}
 
 	/**
-	 * Delets a config file from the Virtual File System
+	 * Deletes a config file from the Virtual File System
 	 *
 	 * @param string $filename The filename of the config file
 	 * @param bool   $static   True, if the folder `static` instead of `config` should be used
-- 
2.39.5