From 341363b01ab2eb209a93030dee978ed17757e61e Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Sun, 3 Jun 2018 13:33:23 +0100 Subject: [PATCH] lib/plt/tcp.c: Spelling Retuns -> Returns --- lib/plt/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plt/tcp.c b/lib/plt/tcp.c index d82c864..37d8828 100644 --- a/lib/plt/tcp.c +++ b/lib/plt/tcp.c @@ -448,7 +448,7 @@ static PyGetSetDef TCP_getseters[] = { static PyMethodDef tcp_methods[] = { {"option", (PyCFunction)tcp_get_option, METH_VARARGS, - "Retuns the value of TCP option(n)"}, + "Returns the value of TCP option(n)"}, {NULL} /* Sentinel */ };