+2008-02-20 Martin Buchholz <martin@xemacs.org> (tiny change)
+
+ * lib/fts.c (fts_build): Typo correction to comment.
+
2008-02-17 Bruno Haible <bruno@clisp.org>
* lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
new_len = len + _D_EXACT_NAMLEN (dp);
if (new_len < len) {
/*
- * In the unlikely even that we would end up
+ * In the unlikely event that we would end up
* with a file name longer than SIZE_MAX, free up
* the current structure and the structures already
* allocated, then error out with ENAMETOOLONG.