projects
/
haproxy-2.3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6426fb3
)
DOC: spoa/python: Fixing typos in comments
author
Gilchrist Dadaglo
<dadaglo@amazon.com>
Tue, 8 Dec 2020 14:37:10 +0000
(14:37 +0000)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Mon, 14 Dec 2020 08:30:58 +0000
(09:30 +0100)
Fixing a missing letter in a comment
This patch must be backported as far as 2.0.
(cherry picked from commit
c7485ac1013e32e79d692230a65be082c995f683
)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
contrib/spoa_server/ps_python.c
patch
|
blob
|
history
diff --git
a/contrib/spoa_server/ps_python.c
b/contrib/spoa_server/ps_python.c
index
380d5b3
..
fbaa414
100644
(file)
--- 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) {