Gitweb:
http://git.exim.org/exim.git/commitdiff/ae0e32ee9238804e5c8f54f8bbd04e259ce304ff
Commit: ae0e32ee9238804e5c8f54f8bbd04e259ce304ff
Parent: 98fe850a59b6c68cfc024b51e4a9d34a790de6c3
Author: Todd Lyons <tlyons@???>
AuthorDate: Tue Aug 14 10:31:20 2012 -0700
Committer: Todd Lyons <tlyons@???>
CommitDate: Tue Aug 14 10:31:20 2012 -0700
Bugtrack 1281 - Spec typo fix.
---
doc/doc-docbook/spec.xfpt | 2 +-
doc/doc-txt/ChangeLog | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 1b5c947..41a00d2 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -36173,7 +36173,7 @@ warn log_message = GMail sender without DKIM signature
.vitem &%dkim_status%&
ACL condition that checks a colon-separated list of possible DKIM verification
-results agains the actual result of verification. This is typically used
+results against the actual result of verification. This is typically used
to restrict an ACL verb to a list of verification outcomes, for example:
.code
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2021a2a..6a36fc0 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -38,6 +38,8 @@ TL/02 Add +smtp_confirmation as a default logging option.
TL/03 Bugzilla 198 - Implement remove_header ACL modifier.
Patch by Magnus Holmgren from 2007-02-20.
+TL/04 Bugzilla 1281 - Spec typo.
+
JH/01 Bugzilla 1201 & 304 - New cutthrough-delivery feature, with TLS support.
JH/02 Support "G" suffix to numbers in ${if comparisons.