Fixing a missing letter in a comment
---
 contrib/spoa_server/ps_python.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


Reply via email to