diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-10-18 13:23:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2018-10-18 13:23:30 -0700 |
commit | c60683e246e71509e50fda700f18f16f0a6f5610 (patch) | |
tree | 21ca6e07f53683e7e39b68d14fd78d59691ac86f /tipc | |
parent | 94b0c90152604e76a4a275fed0098f64d2a95fc8 (diff) |
tipc: spelling fix
Diffstat (limited to 'tipc')
-rw-r--r-- | tipc/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipc/link.c b/tipc/link.c index afd3e68d..43e26da3 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, |