Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] (PR#3019) dependant -> dependent
Home

[Freeciv-Dev] (PR#3019) dependant -> dependent

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#3019) dependant -> dependent
From: "Raimar Falke via RT" <rt@xxxxxxxxxxxxxx>
Date: Fri, 7 Feb 2003 09:03:35 -0800
Reply-to: rt.freeciv.org@xxxxxxxxxxxxxx


See $SUBJECT.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "Like the ad says, at 300 dpi you can tell she's wearing a
  swimsuit. At 600 dpi you can tell it's wet. At 1200 dpi you
  can tell it's painted on. I suppose at 2400 dpi you can tell
  if the paint is giving her a rash."
    -- Joshua R. Poulson

Index: amiga/smakefile
===================================================================
RCS file: /home/freeciv/CVS/freeciv/amiga/smakefile,v
retrieving revision 1.41
diff -u -u -r1.41 smakefile
--- amiga/smakefile     2003/01/11 16:24:42     1.41
+++ amiga/smakefile     2003/02/07 17:01:28
@@ -69,7 +69,7 @@
 LNFLAGS1 = WITH
 
 ####################################################################
-##### Any stuff after this line should be compiler independant #####
+##### Any stuff after this line should be compiler independent #####
 ####################################################################
 
 OBJDIR  = ${OBJDIR1}/
Index: amiga/vmakefile
===================================================================
RCS file: /home/freeciv/CVS/freeciv/amiga/vmakefile,v
retrieving revision 1.13
diff -u -u -r1.13 vmakefile
--- amiga/vmakefile     2001/08/04 15:42:08     1.13
+++ amiga/vmakefile     2003/02/07 17:01:29
@@ -60,7 +60,7 @@
 LNFLAGS1 = -lusergroup -lmieee -lguigfx
 
 ####################################################################
-##### Any stuff after this line should be compiler independant #####
+##### Any stuff after this line should be compiler independent #####
 ####################################################################
 
 OBJDIR  = ${OBJDIR1}/
Index: common/hash.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/hash.c,v
retrieving revision 1.23
diff -u -u -r1.23 hash.c
--- common/hash.c       2003/01/29 05:10:50     1.23
+++ common/hash.c       2003/02/07 17:01:32
@@ -189,7 +189,7 @@
     result *= 5; 
     result += *key;
   }
-  result &= 0xFFFFFFFF; /* To make results independant of sizeof(long) */
+  result &= 0xFFFFFFFF; /* To make results independent of sizeof(long) */
   return (result % num_buckets);
 }
 
Index: server/plrhand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/plrhand.c,v
retrieving revision 1.258
diff -u -u -r1.258 plrhand.c
--- server/plrhand.c    2003/01/29 09:39:38     1.258
+++ server/plrhand.c    2003/02/07 17:01:43
@@ -1117,7 +1117,7 @@
 }
 
 /**************************************************************************
- Package player info dependant on info_level.
+ Package player info depending on info_level.
 
  Note: if reciever is NULL and info < INFO_EMBASSY the info related to the
        receiving player are not set correctly.

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#3019) dependant -> dependent, Raimar Falke via RT <=