aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-10-04 01:32:42 +1100
committerGitHub <noreply@github.com>2022-10-03 16:32:42 +0200
commit9dcfe56caf770998629998b5e5f6ac2fc7450601 (patch)
tree3e0eb64b1459b8c8be2a3f7aa8df57d2cef40928
parentaf846d805939692eab57282851da106c125877d3 (diff)
downloadNotEnoughUpdates-9dcfe56caf770998629998b5e5f6ac2fc7450601.tar.gz
NotEnoughUpdates-9dcfe56caf770998629998b5e5f6ac2fc7450601.tar.bz2
NotEnoughUpdates-9dcfe56caf770998629998b5e5f6ac2fc7450601.zip
fix typo (#330)
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java b/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java
index 625f92f7..4c0b73eb 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java
@@ -55,7 +55,7 @@ public class PronounDB {
HE("he", "him", "his"),
IT("it", "it", "its"),
SHE("she", "her", "hers"),
- THEY("they", "they", "theirs");
+ THEY("they", "them", "theirs");
private final String subject;
private final String object;