changeset 37293:e6d188c1e426

Fix typo in ChangeLog.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 20 Jan 2014 22:16:38 -0800
parents 9d49534784cb
children 3bdf803ead31
files ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 20 22:12:56 2014 -0800
+++ b/ChangeLog	Mon Jan 20 22:16:38 2014 -0800
@@ -2,7 +2,7 @@
 
 	fdopen-tests: port to Tru64
 	* tests/test-fdopen.c (main): Don't invoke fdopen on a file
-	descriptors that is not open, as POSIX doesn't specify the
+	descriptor that is not open, as POSIX doesn't specify the
 	resulting behavior and the test does not work on Tru64.
 	Problem reported by Steven M. Schweda in:
 	http://lists.gnu.org/archive/html/bug-gnulib/2014-01/msg00079.html