]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/lookups/oracle.c
OpenSSL: Fix aggregation of messages.
[user/henk/code/exim.git] / src / src / lookups / oracle.c
index 13f12eacb1cddbbec93bde372f1a64e9121c274f..d57314580d7bc5b08b2dcdb33545edbe55339119 100644 (file)
@@ -414,7 +414,7 @@ while (cda->rc != NO_DATA_FOUND)  /* Loop for each row */
     result = string_catn(result, s, slen);
     result = string_catn(result, US"=", 1);
 
-    /* int and float type wont ever need escaping. Otherwise, quote the value
+    /* int and float type won't ever need escaping. Otherwise, quote the value
     if it contains spaces or is empty. */
 
     if (desc[i].dbtype != INT_TYPE && desc[i].dbtype != FLOAT_TYPE &&