fix: Fix typos (#2834)

* fix typos

* fix typo

* fix typo

* fix typos

* fix typo
This commit is contained in:
omahs
2024-03-23 11:39:30 +01:00
committed by GitHub
parent 4d30e99e31
commit 01e3d9dc4b
5 changed files with 8 additions and 8 deletions
@@ -29,8 +29,8 @@ import lombok.NonNull;
import lombok.extern.slf4j.Slf4j;
/**
* An implementation of a Lockable object. This is the the Sword of Aragorn and every creature wants
* to posses it!
* An implementation of a Lockable object. This is the Sword of Aragorn and every creature wants
* to possess it!
*/
@Slf4j
public class SwordOfAragorn implements Lockable {