From da50bababf8bebfe1dcc0020360b148bc5a139bb Mon Sep 17 00:00:00 2001 From: "Chao Li (Evan)" Date: Wed, 6 Aug 2025 07:04:28 +0800 Subject: [PATCH v1] Fix a minor typo in code comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I didn’t intend to modify this module, but noticed the typo while searching through the code. Submitting a patch to correct it. Author: Chao Li --- src/interfaces/ecpg/compatlib/informix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index e829d722f22..5c44e771af2 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -808,7 +808,7 @@ rfmtlong(long lng_val, const char *fmt, char *outbuf) brackets_ok = 1; /* get position of the right-most dot in the format-string */ - /* and fill the temp-string wit '0's up to there. */ + /* and fill the temp-string with '0's up to there. */ dotpos = getRightMostDot(fmt); /* start to parse the format-string */ -- 2.39.5 (Apple Git-154)