Update of /cvsroot/netrek/client/netrekxp/src
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9012/src
Modified Files:
defaults.c local.c map.c
Log Message:
fix typos, orbitting -> orbiting
Index: local.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/local.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- local.c 15 Mar 2009 12:16:42 -0000 1.117
+++ local.c 28 Mar 2009 09:35:38 -0000 1.118
@@ -694,7 +694,7 @@
clearcount++;
}
- /* Allow army display if player/observer is orbitting a planet, or alternatively
+ /* Allow army display if player/observer is orbiting a planet, or alternatively
if observer is locked onto a planet, or is show_army_count feature packet is on */
if ((showArmy == 1 || showArmy == 3) && (l->pl_info & me->p_team)
&& (paradise ? (PL_TYPE(*l) == PLPLANET) : 1)
@@ -2960,7 +2960,7 @@
if (viewRange && (MAXDISTCLOAK / scaleFactor < TWINSIDE / 2) &&
(me->p_flags & PFCLOAK) && me->p_ship.s_type != STARBASE)
{
- /* Orbitting any non-owned planet gets you seen,
+ /* Orbiting any non-owned planet gets you seen,
so don't draw the circle */
if ((me->p_flags & PFORBIT) && (planets[me->p_planet].pl_owner != me->p_team)) ;
/* Don't draw if not carrying and viewRange is 2 */
Index: defaults.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/defaults.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- defaults.c 28 Mar 2009 02:50:24 -0000 1.94
+++ defaults.c 28 Mar 2009 09:35:38 -0000 1.95
@@ -938,7 +938,7 @@
{"useGeneric32", &useGeneric32, RC_BOOL,
{
"Receive SP_GENERIC_32 packets, which are used to convey things",
- "like repair time and planet being orbitted. Increases bandwidth",
+ "like repair time and planet being orbited. Increases bandwidth",
"usage anywhere from 0 to 320 bytes/second for a server running",
"at 10 UPS.",
NULL
@@ -3424,4 +3424,4 @@
}
fclose (fp);
-}
\ No newline at end of file
+}
Index: map.c
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/src/map.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- map.c 12 Jul 2008 03:49:45 -0000 1.66
+++ map.c 28 Mar 2009 09:35:38 -0000 1.67
@@ -537,7 +537,7 @@
for (l = planets + nplanets - 1; l >= planets; --l)
{
- /* Synchronize planet info (up to 10 times/second) for current orbitted
+ /* Synchronize planet info (up to 10 times/second) for current orbited
planet. For all other planets, send info on planet 0 through last
planet (nplanets) every nplanets/10 seconds, one planet at a time,
10 times/second. */
@@ -1301,7 +1301,7 @@
&& (isMe(j))
&& j->p_ship.s_type != STARBASE)
{
- /* Orbitting any non-owned planet gets you seen,
+ /* Orbiting any non-owned planet gets you seen,
so don't draw the circle */
if ((j->p_flags & PFORBIT) &&
(planets[j->p_planet].pl_owner != j->p_team)) ;