From 6ca86bb7e9c72f428c7f4e3f2b48dd6c4084429c Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 30 Oct 2019 10:03:00 +0900 Subject: Fix typos in the code Author: Vignesh C Reviewed-by: Dilip Kumar, Michael Paquier Discussion: https://postgr.es/m/CALDaNm0ni+GAOe4+fbXiOxNrVudajMYmhJFtXGX-zBPoN8ixhw@mail.gmail.com --- src/interfaces/ecpg/compatlib/informix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/ecpg/compatlib/informix.c') diff --git a/src/interfaces/ecpg/compatlib/informix.c b/src/interfaces/ecpg/compatlib/informix.c index bbaf4503c3b..d921b974aaf 100644 --- a/src/interfaces/ecpg/compatlib/informix.c +++ b/src/interfaces/ecpg/compatlib/informix.c @@ -819,7 +819,7 @@ rfmtlong(long lng_val, const char *fmt, char *outbuf) sign = 1; if (leftalign) { - /* can't use strncat(,,0) here, Solaris would freek out */ + /* can't use strncat(,,0) here, Solaris would freak out */ if (sign) if (signdone) { -- cgit v1.2.3