Skip to content

Commit 8e6dbae

Browse files
authored
Merge pull request #423 from tfylling/patch-1
Typo fix for iflagg.c
2 parents 3bb4314 + 40c3a4b commit 8e6dbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ifconfig/iflagg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ lagg_status(int s)
271271
printf("\t\tactive ports: %d\n", ro.ro_active);
272272
printf("\t\tflapping: %u\n", ro.ro_flapping);
273273
if (ra.ra_proto == LAGG_PROTO_LACP) {
274-
printf("\tlag id: %s\n",
274+
printf("\tlagg id: %s\n",
275275
lacp_format_peer(lp, "\n\t\t "));
276276
}
277277
}

0 commit comments

Comments
 (0)