summaryrefslogtreecommitdiffstats
path: root/src/payload.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-02-07 11:34:31 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-02-15 16:51:52 +0100
commit4ff84696af496c398f7621f65858a0120fc2c596 (patch)
tree5b325151efd1a1b9a0dd293e89d6b9abd5b88320 /src/payload.c
parent25ab0aabf2e23aa1dcde0e0b8175f0d0417ef87e (diff)
src: Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/payload.c')
-rw-r--r--src/payload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/payload.c b/src/payload.c
index 15d055b6..6e762ff3 100644
--- a/src/payload.c
+++ b/src/payload.c
@@ -482,13 +482,13 @@ static bool payload_may_dependency_kill(struct payload_dep_ctx *ctx,
}
/**
- * payload_dependency_kill - kill a redundant payload depedency
+ * payload_dependency_kill - kill a redundant payload dependency
*
* @ctx: payload dependency context
* @expr: higher layer payload expression
*
* Kill a redundant payload expression if a higher layer payload expression
- * implies its existance. Skip this if the dependency is a network payload and
+ * implies its existence. Skip this if the dependency is a network payload and
* we are in bridge, netdev and inet families.
*/
void payload_dependency_kill(struct payload_dep_ctx *ctx, struct expr *expr,