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 */ };