X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Flookupapi.h;h=9055f52397b40043c01e9afc7d5faaa9ba4b1ece;hb=8280aa0c334a7ce06c55df35d9da7a99f79c3568;hp=03de8f6756ffaf071dc0a07ba7436c82c922c54a;hpb=14b3c5bc64a16df07583fe4b5ef2e0129d063893;p=exim.git diff --git a/src/src/lookupapi.h b/src/src/lookupapi.h index 03de8f675..9055f5239 100644 --- a/src/src/lookupapi.h +++ b/src/src/lookupapi.h @@ -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 */