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"); }