From 4e1b6411bffc2aa81c34cb62a739eb61227325d1 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 14 Jun 2024 12:22:16 -0700 Subject: [PATCH] comment thinko --- src/sit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sit.c b/src/sit.c index 6ae53fe81..1edd4f4c9 100644 --- a/src/sit.c +++ b/src/sit.c @@ -216,7 +216,7 @@ throne_sit_effect(void) map_background(tx, ty, FALSE); newsym_force(tx, ty); /* "[God] promptly vanishes in a puff of logic" is from - Douglas Adams' _Hitchhiker's_Guide_to_the_Galaxy_. */ + Douglas Adams' _The_Hitchhiker's_Guide_to_the_Galaxy_. */ pline_The("throne %s in a puff of logic.", cansee(tx, ty) ? "vanishes" : "has vanished"); }