https://bugzilla.netfilter.org/show_bug.cgi?id=1681
Bug ID: 1681
Summary: typo fix
Product: libnftnl
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: libnftnl
Assignee: pablo at netfilter.org
Reporter: vchanger123456 at 163.com
Here's a spelling error that needs to be corrected:
https://git.netfilter.org/libnftnl/tree/tests/nft-table-test.c#n37
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230527/b8fb6a3f/attachment.html>
https://bugzilla.netfilter.org/show_bug.cgi?id=1681
--- Comment #1 from Chen Zhen <vchanger123456 at 163.com> ---
diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
index 1b2f280..53cf3d1 100644
--- a/tests/nft-table-test.c
+++ b/tests/nft-table-test.c
@@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct
nftnl_table *b)
print_err("table flags mismatches");
if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !
nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
- print_err("tabke family mismatches");
+ print_err("table family mismatches");
}
int main(int argc, char *argv[])
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230527/ea401f37/attachment.html>
https://bugzilla.netfilter.org/show_bug.cgi?id=1681
--- Comment #2 from Chen Zhen <vchanger123456 at 163.com> ---
diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
index 1b2f280..53cf3d1 100644
--- a/tests/nft-table-test.c
+++ b/tests/nft-table-test.c
@@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct
nftnl_table *b)
print_err("table flags mismatches");
if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !
nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
- print_err("tabke family mismatches");
+ print_err("table family mismatches");
}
int main(int argc, char *argv[])
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230527/d6890a7e/attachment.html>
https://bugzilla.netfilter.org/show_bug.cgi?id=1681
Chen Zhen <vchanger123456 at 163.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Chen Zhen <vchanger123456 at 163.com> ---
fixed:
https://git.netfilter.org/libnftnl/commit/?id=c1903e3fdc354a0981bfeadfa3a3775be784c40c
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230605/db902aec/attachment.html>