commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. v2.2-13-ga1b4cb8


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. v2.2-13-ga1b4cb8
Date: Fri, 3 Sep 2021 11:43:31 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  a1b4cb859f13d0fce6bc0221c5a28a279be28850 (commit)
      from  040efca40e5e252ba861ede88ae0896eeec84465 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=a1b4cb859f13d0fce6bc0221c5a28a279be28850


commit a1b4cb859f13d0fce6bc0221c5a28a279be28850
Author: Simon Josefsson <simon@josefsson.org>
Date:   Fri Sep 3 17:43:26 2021 +0200

    doc: Fix typos, inspired by tiny BSD patches.

diff --git a/ifconfig/flags.h b/ifconfig/flags.h
index 5e0167e..8066055 100644
--- a/ifconfig/flags.h
+++ b/ifconfig/flags.h
@@ -48,7 +48,7 @@
 
 /* Return the name corresponding to the interface flag FLAG.
    If FLAG is unknown, return NULL.
-   AVOID contains a ':' surrounded and seperated list of flag names
+   AVOID contains a ':' surrounded and separated list of flag names
    that should be avoided if alternative names with the same flag value
    exists.  The first unavoided match is returned, or the first avoided
    match if no better is available.  */
diff --git a/ifconfig/system/generic.h b/ifconfig/system/generic.h
index c9d0c31..54518fc 100644
--- a/ifconfig/system/generic.h
+++ b/ifconfig/system/generic.h
@@ -37,7 +37,7 @@ struct system_ifconfig
 
 /* Output format support.  */
 
-/* Set this to a comma seperated, comma terminated list of struct
+/* Set this to a comma separated, comma terminated list of struct
    format_handler entries.  They are inserted at the beginning of the
    default list, so they override generic implementations if they have
    the same name.  For example:
diff --git a/telnet/sys_bsd.c b/telnet/sys_bsd.c
index 9dd2ec4..157e038 100644
--- a/telnet/sys_bsd.c
+++ b/telnet/sys_bsd.c
@@ -1274,7 +1274,7 @@ process_rings (int netin, int netout, int netex, int 
ttyin, int ttyout,
                  /*
                   * Bogosity.  We have to do the read
                   * to clear the atmark to get out of
-                  * an infinate loop.
+                  * an infinite loop.
                   */
                  i = read (net, netiring.supply + c, canread - c);
                  if (i > 0)
diff --git a/telnet/telnet.c b/telnet/telnet.c
index a1633bb..afeeb99 100644
--- a/telnet/telnet.c
+++ b/telnet/telnet.c
@@ -2113,12 +2113,12 @@ telrcv (void)
                  /*
                   * This is an error.  We only expect to get
                   * "IAC IAC" or "IAC SE".  Several things may
-                  * have happend.  An IAC was not doubled, the
+                  * have happened.  An IAC was not doubled, the
                   * IAC SE was left off, or another option got
                   * inserted into the suboption are all possibilities.
                   * If we assume that the IAC was not doubled,
                   * and really the IAC SE was left off, we could
-                  * get into an infinate loop here.  So, instead,
+                  * get into an infinite loop here.  So, instead,
                   * we terminate the suboption, and process the
                   * partial suboption if we can.
                   */
diff --git a/telnetd/telnetd.h b/telnetd/telnetd.h
index 4d5876c..bf8cce6 100644
--- a/telnetd/telnetd.h
+++ b/telnetd/telnetd.h
@@ -164,7 +164,7 @@ typedef struct
 /*
  * Tricky code here.  What we want to know is if the MY_STATE_WILL
  * and MY_WANT_STATE_WILL bits have the same value.  Since the two
- * bits are adjacent, a little arithmatic will show that by adding
+ * bits are adjacent, a little arithmetic will show that by adding
  * in the lower bit, the upper bit will be set if the two bits were
  * different, and clear if they were the same.
  */
diff --git a/telnetd/termstat.c b/telnetd/termstat.c
index 753b0c7..aaf9ef6 100644
--- a/telnetd/termstat.c
+++ b/telnetd/termstat.c
@@ -628,7 +628,7 @@ clientstat (register int code, register int parm1, register 
int parm2)
        /*
         * Change terminal speed as requested by client.
         * We set the receive speed first, so that if we can't
-        * store seperate receive and transmit speeds, the transmit
+        * store separate receive and transmit speeds, the transmit
         * speed will take precedence.
         */
        tty_rspeed (parm2);

-----------------------------------------------------------------------

Summary of changes:
 ifconfig/flags.h          | 2 +-
 ifconfig/system/generic.h | 2 +-
 telnet/sys_bsd.c          | 2 +-
 telnet/telnet.c           | 4 ++--
 telnetd/telnetd.h         | 2 +-
 telnetd/termstat.c        | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]