DOC: spoa/python: Fixing typos in comments

Fixing a missing letter in a comment

This patch must be backported as far as 2.0.
This commit is contained in:
Gilchrist Dadaglo 2020-12-08 14:37:10 +00:00 committed by Christopher Faulet
parent 85b25829bc
commit c7485ac101

View File

@ -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) {