The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=2fa6223aaa430935f6108e3250ab7f2f0f899ea2

commit 2fa6223aaa430935f6108e3250ab7f2f0f899ea2
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2022-03-27 15:55:55 +0000
Commit:     Gordon Bergling <g...@freebsd.org>
CommitDate: 2022-03-28 17:35:55 +0000

    pfctl(8): Fix a typo in a comment
    
    - s/steping/stepping/
    
    MFC after:      3 days
---
 sbin/pfctl/parse.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index b3690fd22009..5f84a39371f3 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -887,7 +887,7 @@ pfa_anchor  : '{'
                        char ta[PF_ANCHOR_NAME_SIZE];
                        struct pfctl_ruleset *rs;
 
-                       /* steping into a brace anchor */
+                       /* stepping into a brace anchor */
                        pf->asd++;
                        pf->bn++;
 

Reply via email to