]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
client: fix a trivial typo
authorVincent Bernat <vincent@bernat.im>
Sun, 26 Apr 2015 15:32:58 +0000 (17:32 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 26 Apr 2015 15:32:58 +0000 (17:32 +0200)
src/client/conf-lldp.c

index df82eebc230b4fda30b3c8ca3eb00b9624fcd997..ffa2a83ac62dcf00717fb2afb5208c67fea725d4 100644 (file)
@@ -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;
        }