| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 
 | From: Marc Haber <mh+debian-packages@zugschlus.de>
Date: Wed, 28 May 2025 14:50:23 +0200
Subject: fix grammar issue in man page
Forwarded: https://github.com/MaxKellermann/ferm/issues/103
---
 doc/ferm.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ferm.pod b/doc/ferm.pod
index 69dbc82..dc92a8c 100644
--- a/doc/ferm.pod
+++ b/doc/ferm.pod
@@ -1299,7 +1299,7 @@ Provides stateless destination IPv6-to-IPv6 Network Prefix Translation.
 
 =item B<ECN>
 
-This target allows to selectively work around known ECN blackholes.
+This target allows one to selectively work around known ECN blackholes.
 It can only be used in the mangle table.
 
     ECN ecn-tcp-remove;
 |