Skip to content

Commit

Permalink
netfilter: fix spelling mistake: "delimitter" -> "delimiter"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in pr_debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Colin Ian King authored and Pablo Neira Ayuso committed Aug 22, 2016
1 parent 91dbc6b commit 8d6c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netfilter/nf_conntrack_ftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static int try_eprt(const char *data, size_t dlen, struct nf_conntrack_man *cmd,
}
delim = data[0];
if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) {
pr_debug("try_eprt: invalid delimitter.\n");
pr_debug("try_eprt: invalid delimiter.\n");
return 0;
}

Expand Down

0 comments on commit 8d6c0ea

Please sign in to comment.