INN commit: trunk (BOOTSTRAP CONTRIBUTORS LICENSE configure.ac)

INN Commit Russ_Allbery at isc.org
Wed Aug 1 12:44:30 UTC 2007


    Date: Wednesday, August 1, 2007 @ 05:44:29
  Author: iulius
Revision: 7613

Typos.

Modified:
  trunk/BOOTSTRAP
  trunk/CONTRIBUTORS
  trunk/LICENSE
  trunk/configure.ac

--------------+
 BOOTSTRAP    |    2 +-
 CONTRIBUTORS |    2 +-
 LICENSE      |    4 ++--
 configure.ac |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

Modified: BOOTSTRAP
===================================================================
--- BOOTSTRAP	2007-07-31 21:21:50 UTC (rev 7612)
+++ BOOTSTRAP	2007-08-01 12:44:29 UTC (rev 7613)
@@ -14,6 +14,6 @@
 other things, the README and HACKING files, which you can then read for
 more information about INN.
 
-If you have difficulty bootstrapping the souce, you should not work from a
+If you have difficulty bootstrapping the source, you should not work from a
 Subversion checkout.  Instead, download a snapshot or release and start
 working from that.

Modified: CONTRIBUTORS
===================================================================
--- CONTRIBUTORS	2007-07-31 21:21:50 UTC (rev 7612)
+++ CONTRIBUTORS	2007-08-01 12:44:29 UTC (rev 7613)
@@ -103,7 +103,7 @@
         Provided unified overview, the buffindexed overview method, trash
         storage method, spool translation method, traditional expire
         policy for articles stored through storage API and expireindex, as
-        well has hundreds of fixes to clean up defects as changes were
+        well as hundreds of fixes to clean up defects as changes were
         made.  Did a large amount of man page documentation and clean up.
         Has also been a major force in the CVS pool maintenace.
 

Modified: LICENSE
===================================================================
--- LICENSE	2007-07-31 21:21:50 UTC (rev 7612)
+++ LICENSE	2007-08-01 12:44:29 UTC (rev 7613)
@@ -59,7 +59,7 @@
    similar to the new BSD license (no advertising clause) but with Thus
    plc as the copyright holder.  See those files for details.
 
-   lib/tst.c, include/inn/tst.h and doc/pod/tst.pod are derived from from
+   lib/tst.c, include/inn/tst.h and doc/pod/tst.pod are derived from
    <http://www.octavian.org/cs/tst1.3.tar.gz> and are under the new BSD
    license (no advertising clause), but with Peter A. Friend as the
    copyright holder.
@@ -68,7 +68,7 @@
    Consortium license.  See the beginning of the file for details.
 
 Note that all portions of INN that link with core INN code have to be
-convered by licenses compatible with the license at the top of this file,
+covered by licenses compatible with the license at the top of this file,
 and since INN links with several external libraries if so configured (such
 as OpenSSL), should also be compatible with the licenses of those external
 libraries to be safe.  Some portions of this distribution are covered by

Modified: configure.ac
===================================================================
--- configure.ac	2007-07-31 21:21:50 UTC (rev 7612)
+++ configure.ac	2007-08-01 12:44:29 UTC (rev 7613)
@@ -40,9 +40,9 @@
 m4_include([m4/inet-ntoa.m4])
 m4_include([m4/int32.m4])
 m4_include([m4/iov-max.m4])
-m4_include([m4/libtool.m4])
 m4_include([m4/krb5.m4])
 m4_include([m4/large-fpos.m4])
+m4_include([m4/libtool.m4])
 m4_include([m4/mmap.m4])
 m4_include([m4/modes.m4])
 m4_include([m4/openssl.m4])
@@ -51,8 +51,8 @@
 m4_include([m4/prog-ensure.m4])
 m4_include([m4/python.m4])
 m4_include([m4/sasl.m4])
+m4_include([m4/sendfd.m4])
 m4_include([m4/sendmail.m4])
-m4_include([m4/sendfd.m4])
 m4_include([m4/snprintf.m4])
 m4_include([m4/socket.m4])
 m4_include([m4/syslog.m4])



More information about the inn-committers mailing list