Description: Spelling fixes
Author: Iain R. Learmonth <irl@debian.org>
Bug: https://github.com/nevil-brownlee/python-libtrace/pull/11
Last-Update: 2018-06-03
---
--- a/lib/plt/tcp.c
+++ b/lib/plt/tcp.c
@@ -448,7 +448,7 @@
 
 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 */
    };
 
