From c7485ac1013e32e79d692230a65be082c995f683 Mon Sep 17 00:00:00 2001 From: Gilchrist Dadaglo Date: Tue, 8 Dec 2020 14:37:10 +0000 Subject: [PATCH] DOC: spoa/python: Fixing typos in comments Fixing a missing letter in a comment This patch must be backported as far as 2.0. --- contrib/spoa_server/ps_python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/spoa_server/ps_python.c b/contrib/spoa_server/ps_python.c index 380d5b39f..fbaa4147f 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) {