commit | c7485ac1013e32e79d692230a65be082c995f683 | [log] [tgz] |
---|---|---|
author | Gilchrist Dadaglo <dadaglo@amazon.com> | Tue Dec 08 14:37:10 2020 +0000 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 09 08:39:31 2020 +0100 |
tree | 6dcffd8d69facc882a526d85c83d910eb786a247 | |
parent | 85b25829bce67a8d8338350a9bc8845f0ed9c2ad [diff] [blame] |
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 380d5b3..fbaa414 100644 --- a/contrib/spoa_server/ps_python.c +++ b/contrib/spoa_server/ps_python.c
@@ -591,7 +591,7 @@ return 0; } - /* Create th value entry */ + /* Create the value entry */ key = PY_STRING_FROM_STRING("value"); if (key == NULL) {