Message ID | 20231208012716.1097174-1-gerickson@nuovations.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | connection: Fix typo in @file comment. | expand |
Hi Grant, > This fixes a minor grammatical typo in the @file comment. > > --- > src/connection.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied. Regards Marcel
diff --git a/src/connection.c b/src/connection.c index 0c1bdba7f515..30e7d736e1e0 100644 --- a/src/connection.c +++ b/src/connection.c @@ -32,7 +32,7 @@ * gateway routes and then uses notifications from the kernel * Routing Netlink (rtnl) to confirm and "activate" those * routes. Likewise, Connection Manager removes/clears/deletes - * gateway routes an then uses notifications from the kernel + * gateway routes and then uses notifications from the kernel * Routing Netlink (rtnl) to confirm and "inactivate" those * routes. The following is the state machine for that lifecycle: *