commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-51-ge1e70c


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-51-ge1e70c8
Date: Wed, 1 Jan 2020 08:59:54 -0500 (EST)

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  e1e70c849b5285419e445f6e049ef8e204a03491 (commit)
      from  9410c4d1fd6cf46c87892bb295645bc7ba675470 (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=e1e70c849b5285419e445f6e049ef8e204a03491


commit e1e70c849b5285419e445f6e049ef8e204a03491
Author: Guillem Jover <address@hidden>
Date:   Fri Aug 16 00:33:07 2019 +0200

    ping: Fix typo in output
    
    Signed-off-by: Simon Josefsson <address@hidden>

diff --git a/ChangeLog b/ChangeLog
index 1a31dc3..9c83aae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-01  Guillem Jover  <address@hidden>  (tiny change)
+
+       * ping/ping_echo.c (struct icmp_diag): Fix typo.
+
 2020-01-01  Simon Josefsson  <address@hidden>
 
        * NEWS: Document user-visible changes since last release.
diff --git a/ping/ping_echo.c b/ping/ping_echo.c
index 3a7cc8f..8098562 100644
--- a/ping/ping_echo.c
+++ b/ping/ping_echo.c
@@ -390,7 +390,7 @@ struct icmp_diag icmp_diag[] = {
   {ICMP_SOURCE_QUENCH, "Source Quench", print_ip_data, NULL},
   {ICMP_REDIRECT, NULL, print_icmp, "Redirect"},
   {ICMP_ECHO, "Echo Request", NULL, NULL},
-  {ICMP_ROUTERADV, "Router Advertisment", NULL, NULL},
+  {ICMP_ROUTERADV, "Router Advertisement", NULL, NULL},
   {ICMP_ROUTERDISCOVERY, "Router Discovery", NULL, NULL},
   {ICMP_TIME_EXCEEDED, NULL, print_icmp, "Time exceeded"},
   {ICMP_PARAMETERPROB, NULL, print_parameterprob, NULL},

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

Summary of changes:
 ChangeLog        | 4 ++++
 ping/ping_echo.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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