From a45f07c9b48044060968318dd0bbf447aae6106e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 23 Jan 2024 17:32:32 +0200 Subject: [PATCH] Comment typo --- src/invent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invent.c b/src/invent.c index 0270c6738..276c8dcda 100644 --- a/src/invent.c +++ b/src/invent.c @@ -1670,7 +1670,7 @@ any_obj_ok(struct obj *obj) return GETOBJ_EXCLUDE; } -/* return string describing you hands based on action. */ +/* return string describing your hands based on action. */ static char * getobj_hands_txt(const char *action) {