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.4-dev3~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7485ac1013e32e79d692230a65be082c995f683;p=thirdparty%2Fhaproxy.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. --- diff --git a/contrib/spoa_server/ps_python.c b/contrib/spoa_server/ps_python.c index 380d5b39f6..fbaa4147fb 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) {