From d78fc96ee0585fbf0fc467eebc109716eee2e1d7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 5 Mar 2023 09:57:04 -0500 Subject: codespell github action --- src/fnet/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fnet/main.c') diff --git a/src/fnet/main.c b/src/fnet/main.c index 96c4f1478..fc36ae977 100644 --- a/src/fnet/main.c +++ b/src/fnet/main.c @@ -87,7 +87,7 @@ printf("\n"); else if (argc == 7 && strcmp(argv[1], "create") == 0 && strcmp(argv[2], "veth") == 0) { // create veth pair and move one end in the the namespace net_create_veth(argv[3], argv[4], atoi(argv[6])); - // connect the ohter veth end to the bridge ... + // connect the other veth end to the bridge ... net_bridge_add_interface(argv[5], argv[3]); // ... and bring it up net_if_up(argv[3]); -- cgit v1.2.3-54-g00ecf