]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
[lldpctl] Fix a spelling error
authorVincent Bernat <bernat@luffy.cx>
Fri, 18 Jun 2010 18:01:01 +0000 (20:01 +0200)
committerVincent Bernat <bernat@luffy.cx>
Fri, 18 Jun 2010 18:01:01 +0000 (20:01 +0200)
src/lldpctl.c

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