Imprive documentation, fix a typo, add the hacking guide.
[super-star-trek.git] / src / io.c
index 6c312bf2aed4729023ec36e73ecc2364b11bd579..416649f9d6b2f667e39d99e233fe5babb544a53a 100644 (file)
--- a/src/io.c
+++ b/src/io.c
@@ -92,7 +92,7 @@ void waitfor(void)
 void announce(void)
 {
     skip(1);
-    prouts(_("[ANOUNCEMENT ARRIVING...]"));
+    prouts(_("[ANNOUNCEMENT ARRIVING...]"));
     skip(1);
 }