* [PATCH] Spelling fix (Badd) in libnfnetlink
@ 2005-11-25 11:41 Krzysztof Oledzki
2005-11-26 23:45 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Oledzki @ 2005-11-25 11:41 UTC (permalink / raw)
To: Pablo Neira Ayuso; +Cc: Netfilter Development Mailinglist
[-- Attachment #1: Type: TEXT/PLAIN, Size: 683 bytes --]
Hello,
Attached (and inlined) patch fix spelling in libnfnetlink.
[LIBNFNETLINK] Spelling fix (Badd)
Spelling fix: s/Badd/Bad/
Signed-off-by: Krzysztof Piotr Oledzki <ole@ans.pl>
Index: src/libnfnetlink.c
===================================================================
--- src/libnfnetlink.c (revision 6281)
+++ src/libnfnetlink.c (working copy)
@@ -113,7 +113,7 @@
return -1;
}
if (nfnlh->local.nl_family != AF_NETLINK) {
- nfnl_error("Badd address family %d", nfnlh->local.nl_family);
+ nfnl_error("Bad address family %d", nfnlh->local.nl_family);
return -1;
}
nfnlh->seq = time(NULL);
Best regards,
Krzysztof Olędzki
[-- Attachment #2: Type: TEXT/PLAIN, Size: 566 bytes --]
[LIBNFNETLINK] Spelling fix (Badd)
Spelling fix: s/Badd/Bad/
Signed-off-by: Krzysztof Piotr Oledzki <ole@ans.pl>
Index: src/libnfnetlink.c
===================================================================
--- src/libnfnetlink.c (revision 6281)
+++ src/libnfnetlink.c (working copy)
@@ -113,7 +113,7 @@
return -1;
}
if (nfnlh->local.nl_family != AF_NETLINK) {
- nfnl_error("Badd address family %d", nfnlh->local.nl_family);
+ nfnl_error("Bad address family %d", nfnlh->local.nl_family);
return -1;
}
nfnlh->seq = time(NULL);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Spelling fix (Badd) in libnfnetlink
2005-11-25 11:41 [PATCH] Spelling fix (Badd) in libnfnetlink Krzysztof Oledzki
@ 2005-11-26 23:45 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2005-11-26 23:45 UTC (permalink / raw)
To: Krzysztof Oledzki; +Cc: Netfilter Development Mailinglist, Pablo Neira Ayuso
Krzysztof Oledzki wrote:
> Attached (and inlined) patch fix spelling in libnfnetlink.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-26 23:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-25 11:41 [PATCH] Spelling fix (Badd) in libnfnetlink Krzysztof Oledzki
2005-11-26 23:45 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.