From 6415f56acbb36cd22771e968301c88957685f2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 8 Jun 2015 09:34:41 +0200 Subject: [PATCH] fixed spelling: "MANAGEMENT" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rather than "MANAGMENT" Signed-off-by: IOhannes m zmölnig --- pmc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmc.c b/pmc.c index d58e190..366c093 100644 --- a/pmc.c +++ b/pmc.c @@ -211,9 +211,9 @@ static void pmc_show(struct ptp_message *msg, FILE *fp) } tlv = (struct TLV *) msg->management.suffix; if (tlv->type == TLV_MANAGEMENT) { - fprintf(fp, "MANAGMENT "); + fprintf(fp, "MANAGEMENT "); } else if (tlv->type == TLV_MANAGEMENT_ERROR_STATUS) { - fprintf(fp, "MANAGMENT_ERROR_STATUS "); + fprintf(fp, "MANAGEMENT_ERROR_STATUS "); goto out; } else { fprintf(fp, "unknown-tlv ");