diff mbox series

connection: Fix typo in @file comment.

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

Commit Message

Grant Erickson Dec. 8, 2023, 1:27 a.m. UTC
This fixes a minor grammatical typo in the @file comment.

---
 src/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marcel Holtmann Dec. 8, 2023, 7:04 p.m. UTC | #1
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 mbox series

Patch

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:
  *