Code, comment, and documentation typo fixes.
[super-star-trek.git] / moving.c
index fae20ff504a56d0e1d7228881181174d3e755547..47bb598448dd3ffe685a548f20495167e7aa1a83 100644 (file)
--- a/moving.c
+++ b/moving.c
@@ -8,7 +8,7 @@ void move(void) {
        int trbeam = 0, n, l, ix, iy, kink, kinks, iquad;\r
 \r
        if (inorbit) {\r
-               prout("SULU- \"Leaving standard orbit.\"");\r
+               prout("Helmsman Sulu- \"Leaving standard orbit.\"");\r
                inorbit = 0;\r
        }\r
 \r
@@ -112,7 +112,7 @@ void move(void) {
                                dist=0.1*sqrt((sectx-ix)*(double)(sectx-ix) +\r
                                                          (secty-iy)*(double)(secty-iy));\r
                                switch (iquad) {\r
-                                       case IHT: /* Ram a Tholean */\r
+                                       case IHT: /* Ram a Tholian */\r
                                        case IHK: /* Ram enemy ship */\r
                                        case IHC:\r
                                        case IHS:\r
@@ -521,7 +521,7 @@ void warp(int i) {
                        proutn("  a trip would require approximately ");\r
                        cramf(100.0*Time/d.remtime, 0, 2);\r
                        prout(" percent of our");\r
-                       prout("  remaining time.  Are you sure this is wise?\"");\r
+                       prout(" remaining time.  Are you sure this is wise?\"");\r
                        if (ja() == 0) { ididit = 0; return;}\r
                }\r
        }\r
@@ -827,7 +827,7 @@ void probe(void) {
                skip(1);\r
                if (damage[DRADIO] != 0 && condit != IHDOCKED) {\r
                        prout("Spock-  \"Records show the previous probe has not yet");\r
-                       prout("   reached it's destination.\"");\r
+                       prout("   reached its destination.\"");\r
                }\r
                else\r
                        prout("Uhura- \"The previous probe is still reporting data, Sir.\"");\r