From: Vincent Bernat Date: Sat, 19 Mar 2016 18:17:14 +0000 (+0100) Subject: client: more typo in log messages X-Git-Tag: 0.9.3~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44fb35878ac4bcfa7ec44676b80394b875988585;p=thirdparty%2Flldpd.git client: more typo in log messages --- diff --git a/src/client/lldpcli.c b/src/client/lldpcli.c index ff458233..365891ce 100644 --- a/src/client/lldpcli.c +++ b/src/client/lldpcli.c @@ -142,7 +142,7 @@ cmd_update(struct lldpctl_conn_t *conn, struct writer *w, lldpctl_atom_dec_ref(config); return 0; } - log_info("lldpctl", "immediate retransmission requested successfuly"); + log_info("lldpctl", "immediate retransmission requested successfully"); lldpctl_atom_dec_ref(config); return 1; } diff --git a/src/client/show.c b/src/client/show.c index 7922b3e2..f61fbff3 100644 --- a/src/client/show.c +++ b/src/client/show.c @@ -87,7 +87,7 @@ cmd_show_interface_stats(struct lldpctl_conn_t *conn, struct writer *w, log_debug("lldpctl", "restrict to the following ports: %s", cmdenv_get(env, "ports")); if (cmdenv_get(env, "summary")) - log_debug("lldpctl", "show summary of stats accross ports"); + log_debug("lldpctl", "show summary of stats across ports"); display_interfaces_stats(conn, w, env);