From: Gilchrist Dadaglo Date: Tue, 8 Dec 2020 14:37:10 +0000 (+0000) Subject: DOC: spoa/python: Fixing typos in comments X-Git-Tag: v2.3.3~47 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=d809b3c32c61b5804e47b38cb61a54da4beec73c;p=haproxy-2.3.git DOC: spoa/python: Fixing typos in comments Fixing a missing letter in a comment This patch must be backported as far as 2.0. (cherry picked from commit c7485ac1013e32e79d692230a65be082c995f683) Signed-off-by: Christopher Faulet --- diff --git a/contrib/spoa_server/ps_python.c b/contrib/spoa_server/ps_python.c index 380d5b3..fbaa414 100644 --- a/contrib/spoa_server/ps_python.c +++ b/contrib/spoa_server/ps_python.c @@ -591,7 +591,7 @@ static int ps_python_exec_message(struct worker *w, void *ref, int nargs, struct return 0; } - /* Create th value entry */ + /* Create the value entry */ key = PY_STRING_FROM_STRING("value"); if (key == NULL) {