From de4092b57aeaf3b427f77bfbc669778d4f0f5686 Mon Sep 17 00:00:00 2001 From: Christopher Johnston Date: Mon, 5 Dec 2011 07:19:33 -0800 Subject: [PATCH] /trabmission/tranmission/ --- src/lldpctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lldpctl.c b/src/lldpctl.c index 0c2b3788..f225c716 100644 --- a/src/lldpctl.c +++ b/src/lldpctl.c @@ -59,11 +59,11 @@ usage(void) fprintf(stderr, "-P policy Enable the transmission of LLDP-MED Network Policy TLVs\n"); fprintf(stderr, " for the given interfaces. Can be repeated to specify\n"); fprintf(stderr, " different policies.\n"); - fprintf(stderr, "-O poe Enable the trabsmission of LLDP-MED POE-MDI TLV\n"); + fprintf(stderr, "-O poe Enable the transmission of LLDP-MED POE-MDI TLV\n"); fprintf(stderr, " for the given interfaces.\n"); #endif #ifdef ENABLE_DOT3 - fprintf(stderr, "-o poe Enable the trabsmission of Dot3 POE-MDI TLV\n"); + fprintf(stderr, "-o poe Enable the transmission of Dot3 POE-MDI TLV\n"); fprintf(stderr, " for the given interfaces.\n"); #endif -- 2.39.5