From: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>

rather than "MANAGMENT"
---
 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 ");
-- 
2.1.4


------------------------------------------------------------------------------
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to