From 36fb7c4fe8cbcfa498bcb45bcde3334e555939b1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 15 Sep 2006 07:43:44 +0000 Subject: [PATCH] More typo fixes. --- doc/sst-doc.xml | 10 +++++----- src/setup.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/sst-doc.xml b/doc/sst-doc.xml index 51cfb31..92f3400 100644 --- a/doc/sst-doc.xml +++ b/doc/sst-doc.xml @@ -95,7 +95,7 @@ respect the copyrights of the originators of Star Trek. Curses Interface By Stas Sergeev - SST 2K polishing and historical research by + SST2K polishing and historical research by Eric S. Raymond @@ -221,7 +221,7 @@ important, and the detailed command descriptions which follow will be a lot more meaningful to you. You have weapons: phasers and photon torpedoes. You have a defense: -deflector shields. You can look at things: long-range scaners, +deflector shields. You can look at things: long-range scanners, short-range scanners, and a star chart. You can move about, under warp drive or impulse power. You can also dock at a starbase, rest while repairs are being made, abandon ship, self destruct, or give up @@ -605,7 +605,7 @@ Shortest abbreviation: C As you proceed in the game, you learn more and more about what things -are where in the galaxy. When ever you first do a scan in a quadrant, +are where in the galaxy. Whenever you first do a scan in a quadrant, telemetry sensors are ejected which will report any changes in the quadrant(s) back to your ship, providing the sub-space radio is working. Spock will enter this information in the chart. If the radio @@ -1523,11 +1523,11 @@ Emeritus. promotion available if you go beyond the Expert range. You can also have a certificate of merit printed with your name, date, and Klingon kill rate, provided you are promoted from either the -Expert or Emeritus levels. This -plaque requires a 132 column printer. You may need +Expert or Emeritus levels. You may need print the certificate to a file, import it into your word processor, selecting Courier 8pt font, and then print in landscape orientation. + Handy Reference Page diff --git a/src/setup.c b/src/setup.c index 88211ad..4b1ed3a 100644 --- a/src/setup.c +++ b/src/setup.c @@ -110,7 +110,7 @@ void abandn(void) return; } if (game.damage[DSHUTTL]<0) { - prout("Shuttle craft now serving Big Mac's."); + prout("Shuttle craft now serving Big Macs."); return; } if (game.damage[DSHUTTL]>0) { @@ -135,7 +135,7 @@ void abandn(void) prout("Remainder of ship's complement beam down"); prout("to nearest habitable planet."); if (game.state.rembase==0) { - /* Ops! no place to go... */ + /* Oops! no place to go... */ finish(FABANDN); return; } -- 2.31.1