From 7294889c116772b05658bde1ba3dc2aa2d814d6f Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Wed, 1 Jul 2020 23:17:55 +0200
Subject: [PATCH] correct hp plural

---
 glossary.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glossary.tex b/glossary.tex
index e39e6dfe..e6632570 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -85,7 +85,7 @@
 
 	\newacronym[description={A measure of how much luck the character has left, used solely to avoid Damage},shortplural={FP}]{fp}{FP}{Fate Point}
 
-	\newacronym[description={The basic measure of a character's health},shortplural={HP}]{hp}{HP}{Hit Points}
+	\newacronym[description={The basic measure of a character's health},shortplural={HP}]{hp}{HP}{Hit Point}
 
 	\newacronym[description={The number players need to roll on the dice to succeed in a task},shortplural={TNs}]{tn}{TN}{Target Number}
 
-- 
GitLab