From: Vincent Bernat Date: Fri, 18 Jun 2010 18:01:01 +0000 (+0200) Subject: [lldpctl] Fix a spelling error X-Git-Tag: 0.5.2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2879532e899c93215753c81a03610127c2d0f5b;p=thirdparty%2Flldpd.git [lldpctl] Fix a spelling error --- diff --git a/src/lldpctl.c b/src/lldpctl.c index ecf919a8..c2bb2b56 100644 --- a/src/lldpctl.c +++ b/src/lldpctl.c @@ -505,7 +505,7 @@ set_location(int s, int argc, char *argv[]) fatalx("set_location: unable to receive answer"); if (h->hdr.type != HMSG_SET_LOCATION) fatalx("set_location: unknown answer type received"); - LLOG_INFO("Location set succesfully for %s", iff->name); + LLOG_INFO("Location set successfully for %s", iff->name); } }