]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: spoa/python: Fixing typos in comments
authorGilchrist Dadaglo <dadaglo@amazon.com>
Tue, 8 Dec 2020 14:37:10 +0000 (14:37 +0000)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 9 Dec 2020 07:39:31 +0000 (08:39 +0100)
Fixing a missing letter in a comment

This patch must be backported as far as 2.0.

contrib/spoa_server/ps_python.c

index 380d5b39f62f2eadf00a38ed20136574869599c1..fbaa4147fbadb63b1b2063c0138dbd2010412eda 100644 (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) {