]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/globals.h
mk_exim_release: include *full* version in docs
[user/henk/code/exim.git] / src / src / globals.h
index 453d8325d90c2c8a91db213d7e688dfcb69983b9..12cc1af568627138f884fd0382898642bd006ca3 100644 (file)
@@ -492,7 +492,7 @@ extern BOOL    disable_fsync;          /* Not for normal use */
 extern BOOL    disable_ipv6;           /* Don't do any IPv6 things */
 
 #ifndef DISABLE_DKIM
-extern unsigned dkim_collect_input;    /* Runtime count of dkim signtures; tracks wether SMTP input is fed to DKIM validation */
+extern unsigned dkim_collect_input;    /* Runtime count of dkim signtures; tracks whether SMTP input is fed to DKIM validation */
 extern uschar *dkim_cur_signer;        /* Expansion variable, holds the current "signer" domain or identity during a acl_smtp_dkim run */
 extern int     dkim_key_length;        /* Expansion variable, length of signing key in bits */
 extern void   *dkim_signatures;               /* Actually a (pdkim_signature *) but most files do not need to know */