diff options
author | Lukáš Karas <karas@avast.com> | 2018-02-23 18:20:38 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-04-06 17:27:33 (GMT) |
commit | 3bbbe347d7ad98a2c0eeb92d94e525ea22261772 (patch) | |
tree | f1b68354fb45516d0f7e155df3247052823afb64 | |
parent | 6c6c74a7889cf121eedd398ae015bb8e38f1a94d (diff) | |
download | libnl-3bbbe347d7ad98a2c0eeb92d94e525ea22261772.zip libnl-3bbbe347d7ad98a2c0eeb92d94e525ea22261772.tar.gz libnl-3bbbe347d7ad98a2c0eeb92d94e525ea22261772.tar.bz2 |
nf-ct-add typo
-rw-r--r-- | src/.gitignore | 2 | ||||
-rw-r--r-- | src/nf-ct-add.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/.gitignore b/src/.gitignore index 223ec58..c2425e7 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,5 +1,5 @@ genl-ctrl-list -/nf-ct-add +nf-ct-add nf-ct-list nf-ct-events nf-exp-list diff --git a/src/nf-ct-add.c b/src/nf-ct-add.c index fa988ac..0dd2110 100644 --- a/src/nf-ct-add.c +++ b/src/nf-ct-add.c @@ -1,5 +1,5 @@ /* - * src/nf-ct-list.c List Conntrack Entries + * src/nf-ct-add.c Add Conntrack Entry * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |