DKIM: tighten up parsing for DKIM DNS and header records. Bug 3056
[exim.git] / src / src / functions.h
index 74cd15424cd7a2b7fcb0daaaa30d59c67028d989..b201467b209d00e6d9cc1470e79e4d9d33bc5afe 100644 (file)
@@ -760,7 +760,7 @@ return US strncpy(CS dst, CCS src, n);
 
 
 /* Advance the string pointer given over any whitespace.
-Return the next char as there's enought places using it to be useful. */
+Return the next char as there's enough places using it to be useful. */
 
 #define Uskip_whitespace(sp) skip_whitespace(CUSS sp)