Update of /cvsroot/netrek/client/netrekxp/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23016/src

Modified Files:
	data.c option.c 
Log Message:
Minor documentation and comment fixes.

Index: option.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/option.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- option.c	21 Apr 2006 12:30:22 -0000	1.7
+++ option.c	22 Apr 2006 12:09:19 -0000	1.8
@@ -320,7 +320,7 @@
     {1, "show xtrekrc defaults window", 0, &defWin, 0, 0, NULL, NULL},
 #endif
 #ifdef DOC_WIN
-    {1, "show xtrekrc", 0, &xtrekrcwin, 0, 0, NULL, NULL},
+    {1, "show netrekrc", 0, &xtrekrcwin, 0, 0, NULL, NULL},
     {1, "show documentation window", 0, &docwin, 0, 0, NULL, NULL},
 #endif
 #ifdef TOOLS

Index: data.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/data.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- data.c	21 Apr 2006 12:30:22 -0000	1.8
+++ data.c	22 Apr 2006 12:09:19 -0000	1.9
@@ -137,7 +137,7 @@
                                  * redraws */
 int reportKills = 1;            /* report kill messages (in
                                  * review window)? */
-int phaserWindow = 0;           /* What window to show phaser msgs in */
+int phaserWindow = 0;           /* Whether to show phaser window */
 #ifdef PHASER_STATS
 int phaserStats = 0;        /* How to show phaser stats */
 int phaserStatTry = 0;          /* Try/attemps to phaser */