]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
Fix some spelling mistakes.
authorVincent Bernat <bernat@luffy.cx>
Fri, 18 Jan 2013 01:00:51 +0000 (02:00 +0100)
committerVincent Bernat <bernat@luffy.cx>
Fri, 18 Jan 2013 01:00:51 +0000 (02:00 +0100)
src/client/lldpcli.8
src/daemon/lldpd.8
src/daemon/lldpd.c
src/lib/lldpctl.h

index 864b4b8460a64ab97e66bc141849d39a4f5dd7aa..cf05b2c08ddf0b0d9c232afaa4e8bfcf4953a8e1 100644 (file)
@@ -60,7 +60,6 @@ and
 formats are available. The default is
 .Em plain .
 .El
-
 .Pp
 When invoked as
 .Nm lldpctl ,
@@ -68,7 +67,6 @@ When invoked as
 will display detailed information about each neighbors on the
 specified interfaces or on all interfaces if none are specified. This
 command is mostly kept for backward compatibility with older versions.
-
 .Pp
 The following commands are supported by
 .Nm .
@@ -78,7 +76,6 @@ example,
 and
 .Cd sh neigh p eth0 sum
 are the same command.
-
 .Bd -ragged -offset XX
 .Cd exit
 .Bd -ragged -offset XXXXXX
index 614304ef630f715a2d0923f73665b87984db5741..580439c3edeb89645cd41085ecf6dc127e40d704 100644 (file)
@@ -179,7 +179,7 @@ Specify the management addresses of this system. As for interfaces
 (described below), this option can use wildcards and inversions.
 Without this option, the first IPv4 and the first IPv6 are used. If
 only negative patterns are provided, only one IPv4 and one IPv6
-addresses are choosen. Otherwise, many of them can be selected. If you
+addresses are chosen. Otherwise, many of them can be selected. If you
 want to blacklist IPv6 addresses, you can use
 .Em !*:* .
 .It Fl I Ar interfaces
index 9f968cd1e65f3e55161b2dd9bb6a59dbbeb43d4c..356a1260278367914179a96f75762224b9e1102c 100644 (file)
@@ -888,7 +888,7 @@ lldpd_update_localchassis(struct lldpd *cfg)
        if ((LOCAL_CHASSIS(cfg)->c_name = strdup(hp)) == NULL)
                fatal("localchassis", NULL);
         if (cfg->g_config.c_description) {
-               log_debug("localchassis", "use overriden description `%s`", cfg->g_config.c_description);
+               log_debug("localchassis", "use overridden description `%s`", cfg->g_config.c_description);
                 if (asprintf(&LOCAL_CHASSIS(cfg)->c_descr, "%s",
                        cfg->g_config.c_description) == -1)
                        fatal("localchassis", "failed to set full system description");
index b9112c170d2a2f6bbba5995efca9bc423d0e104c..f6761ef482c46d025cc75000853b2e38e2d85f36 100644 (file)
@@ -569,8 +569,8 @@ typedef enum {
        lldpctl_k_config_mgmt_pattern, /**< `(S)` Pattern to choose the management address */
        lldpctl_k_config_iface_pattern, /**< `(S)` Pattern of enabled interfaces */
        lldpctl_k_config_cid_pattern,   /**< `(S)` Interface pattern to choose the chassis ID */
-       lldpctl_k_config_description,   /**< `(S)` Chassis description overriden */
-       lldpctl_k_config_platform,      /**< `(S)` Platform description overriden (CDP) */
+       lldpctl_k_config_description,   /**< `(S)` Chassis description overridden */
+       lldpctl_k_config_platform,      /**< `(S)` Platform description overridden (CDP) */
        lldpctl_k_config_advertise_version, /**< `(I)` Advertise version */
        lldpctl_k_config_lldpmed_noinventory, /**< `(I)` Disable LLDP-MED inventory */