From 500cbb0b11bfb3541cbecb361180ec3dcb5a2e6b Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 25 Jan 2024 12:20:00 -0800 Subject: [PATCH] comment typo --- src/utf8map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utf8map.c b/src/utf8map.c index d7a48f9b8..d3635d0a9 100644 --- a/src/utf8map.c +++ b/src/utf8map.c @@ -741,7 +741,7 @@ parse_id(const char *id, struct find_struct *findwhat) } else if (glyph_is_body(glyph)) { /* buf2 will hold the distinguishing prefix */ /* buf3 will hold the base name */ - buf2 = ""; /* superflous */ + buf2 = ""; /* superfluous */ buf3 = monsdump[glyph_to_body_corpsenm(glyph)].nm; if (glyph_is_body_piletop(glyph)) { buf2 = "piletop_body_";