Code, comment, and documentation typo fixes.
[super-star-trek.git] / battle.c
index e9cc2f61a662b185a5abcc8ecea61a077c9a7a30..9a83fba3898309a5bc148bc2481e2c8b40f294e3 100644 (file)
--- a/battle.c
+++ b/battle.c
@@ -1,6 +1,6 @@
 #include "sst.h"\r
 \r
-void sheild(int i) {\r
+void doshield(int i) {\r
        int key;\r
        enum {NONE, SHUP, SHDN, NRG} action = NONE;\r
 \r
@@ -596,7 +596,7 @@ void deadkl(int ix, int iy, int type, int ixx, int iyy) {
                d.nromrem--;\r
        }\r
        else if (type == IHT) {\r
-               /* Killed a Tholean */\r
+               /* Killed a Tholian */\r
                ithere = 0;\r
        }\r
        else {\r