Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8238177 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

[NETFILTER]: Spelling fixes

parent 7aa1b54b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ static const struct sip_header_nfo ct_sip_hdrs[] = {
	}
};

/* get line lenght until first CR or LF seen. */
/* get line length until first CR or LF seen. */
int ct_sip_lnlen(const char *line, const char *limit)
{
	const char *k = line;
@@ -236,7 +236,7 @@ static int digits_len(struct nf_conn *ct, const char *dptr,
	return len;
}

/* get digits lenght, skiping blank spaces. */
/* get digits length, skipping blank spaces. */
static int skp_digits_len(struct nf_conn *ct, const char *dptr,
			  const char *limit, int *shift)
{