]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/bpf-filter.hh
authorY7n05h <Y7n05h@protonmail.com>
Thu, 9 Jun 2022 14:29:35 +0000 (22:29 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Jun 2022 14:29:35 +0000 (22:29 +0800)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/bpf-filter.hh

index 10d563aa214b510e943ae18534841fd7dded1fbd..0ec7e8ebf1a4f2bbb91e38e852030d706a6a83be 100644 (file)
@@ -59,7 +59,7 @@ public:
     case MatchAction::Drop:
       return "Drop";
     case MatchAction::Truncate:
-      return "Truncat";
+      return "Truncate";
     }
     return "Unknow";
   }