appendfile: refactor
[exim.git] / src / src / lookupapi.h
index 03de8f6756ffaf071dc0a07ba7436c82c922c54a..9055f52397b40043c01e9afc7d5faaa9ba4b1ece 100644 (file)
@@ -34,7 +34,7 @@ typedef struct lookup_info {
     int,                          /* length of key or query */
     uschar **,                    /* for returning answer */
     uschar **,                    /* for error message */
-    uint *);                      /* cache TTL, sconds */
+    uint *);                      /* cache TTL, seconds */
   void (*close)(                  /* close function */
     void *);                      /* handle */
   void (*tidy)(void);             /* tidy function */