From c60683e246e71509e50fda700f18f16f0a6f5610 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 18 Oct 2018 13:23:30 -0700 Subject: [PATCH] tipc: spelling fix --- tipc/link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipc/link.c b/tipc/link.c index afd3e68d8..43e26da3f 100644 --- a/tipc/link.c +++ b/tipc/link.c @@ -709,7 +709,7 @@ static void link_mon_print_applied(uint16_t applied, uint64_t up_map) close_json_array(PRINT_JSON, "applied_node_status"); } -/* print the non applied members, since we dont know +/* print the non applied members, since we don't know * the members, we print them along with the state */ static void link_mon_print_non_applied(uint16_t applied, uint16_t member_cnt, -- 2.47.2