From da197df75e5fb6c6d827246a8389c06e2d7d1aa7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 22 Mar 2025 12:17:12 -0400 Subject: [PATCH] comment typo --- include/weight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/weight.h b/include/weight.h index b89b4c56a..a404eb1af 100644 --- a/include/weight.h +++ b/include/weight.h @@ -25,7 +25,7 @@ enum weight_constants { MAX_CARR_CAP = 1000, /* max carrying capacity, so that * boulders can be heavier */ WT_HUMAN = 1450, /* weight of human body */ - WT_BABY_DRAGON = 1500, /* weight ob baby dragon body */ + WT_BABY_DRAGON = 1500, /* weight of baby dragon body */ WT_DRAGON = 4500, /* weight of dragon body */ };