]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] wording fix in changelog
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 24 Oct 2012 16:04:43 +0000 (09:04 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 24 Oct 2012 16:04:43 +0000 (09:04 -0700)
trivial, committing at my discretion.

ChangeLog

index aa1df88c33b1d11a037ec956a1450550f76a252a..e31f44ca5558c46e865d05de5fd67334982b1e6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,7 +62,7 @@
 
 488.   [build]         jinmei
        On configure, changed the search order for Python executable.
-       It first ties more specific file names such as "python3.2" before
+       It first tries more specific file names such as "python3.2" before
        more generic "python3".  This will prevent configure failure on
        Mac OS X that installs Python3 via recent versions of Homebrew.
        (Trac #2339, git 88db890d8d1c64de49be87f03c24a2021bcf63da)