From d2879532e899c93215753c81a03610127c2d0f5b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 18 Jun 2010 20:01:01 +0200 Subject: [PATCH] [lldpctl] Fix a spelling error --- src/lldpctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.39.5