From: Vincent Bernat Date: Sun, 26 Apr 2015 15:32:58 +0000 (+0200) Subject: client: fix a trivial typo X-Git-Tag: 0.7.15~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bacc4a6ad3c4f754210ddb35b46148abc69bf850;p=thirdparty%2Flldpd.git client: fix a trivial typo --- diff --git a/src/client/conf-lldp.c b/src/client/conf-lldp.c index df82eebc..ffa2a83a 100644 --- a/src/client/conf-lldp.c +++ b/src/client/conf-lldp.c @@ -80,7 +80,7 @@ cmd_portid_type_local(struct lldpctl_conn_t *conn, struct writer *w, log_debug("lldpctl", "lldp PortID TLV Subtype Local port-id '%s' port-descr '%s'", id, descr); if (!id || !strlen(id)) { - log_warnx("lldpctl", "no id speficied"); + log_warnx("lldpctl", "no id specified"); return 0; }