Browse Source

[master] wording fix in changelog

trivial, committing at my discretion.
JINMEI Tatuya 12 years ago
parent
commit
80210bc178
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ChangeLog

+ 1 - 1
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)